aboutsummaryrefslogtreecommitdiff
path: root/security/binwalk/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'security/binwalk/pkg-descr')
-rw-r--r--security/binwalk/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/binwalk/pkg-descr b/security/binwalk/pkg-descr
new file mode 100644
index 000000000000..555b5e12f0ca
--- /dev/null
+++ b/security/binwalk/pkg-descr
@@ -0,0 +1,13 @@
+Binwalk is a tool for searching a given binary image for embedded
+files and executable code. Specifically, it is designed for identifying
+files and code embedded inside of firmware images. Binwalk uses the
+libmagic library, so it is compatible with magic signatures created
+for the Unix file utility.
+
+Binwalk also includes a custom magic signature file which contains
+improved signatures for files that are commonly found in firmware
+images such as compressed/archived files, firmware headers, Linux
+kernels, bootloaders, filesystems, etc.
+More details are available at:
+
+WWW: http://code.google.com/p/binwalk/