1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/security/binwalk/pkg-descr
Kurt Jaeger a1b9350920 security/binwalk: 2.0.1 -> 2.0.2 (or so)
- old version did not work
- current github head does work (tested)
- new from head sees itself as 2.1.0, but not yet released, so...

PR:		203774
Requested by:	emaste
2015-10-14 18:12:58 +00:00

14 lines
601 B
Plaintext

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://www.binwalk.org