http://open-source-security-software.net/project/binwalk/releases.atomRecent releases for binwalk2025-06-06T23:48:25.970229+00:00python-feedgenbinwalk v2.0.0binwalk v2.0.02014-07-26T14:08:48+00:00Highlights:
- Python3 support
- Raw deflate detection/extraction
- Improved API
- Improved speed
- More (and improved) signatures
- Faster entropy scans
- Much more...
Lots of thanks to everyone who submitted patches and bug reports!
2014-07-26T14:08:48+00:00binwalk v2.0.1binwalk v2.0.12014-07-27T01:07:15+00:00Fixes an install bug on OSX.
2014-07-27T01:07:15+00:00binwalk v2.1.1binwalk v2.1.12015-12-23T17:10:14+00:00The binwalk v2.1.1 release includes many improvements, including:
- Many bug fixes
- New/improved file signatures
- Disassembly scans (using the Capstone Engine)
- Improved raw Deflate compression detection and extraction
- Raw LZMA compression detection and extraction
- Improved false positive detection for common compressions (Zlib, LZMA)
- An IDA plugin for running binwalk inside of IDA
- Integration of better extraction utilities (e.g., `sasquatch` for SquashFS, `jefferson` for JFFS2)
- Removal of all C library dependencies, including libmagic - pure Python!
- Native Windows support!
Thanks to everyone who submitted bug reports and pull requests!
2015-12-23T17:10:14+00:00binwalk v2.2.0binwalk v2.2.02019-10-14T13:54:56+00:002019-10-14T13:54:56+00:00binwalk python27binwalk python272021-03-15T15:45:28+00:00This will be the last release that officially supports Python 2.2021-03-15T15:45:28+00:00binwalk v2.3.0binwalk v2.3.02021-03-22T00:11:20+00:00This is the first release with exclusive support for Python3. 2021-03-22T00:11:20+00:00binwalk v2.3.1binwalk v2.3.12021-03-25T01:53:27+00:00 - Fixed issue where deps.sh could fail to install a dependency but the script would still succeed. Specifically sasquatch was not getting properly installed into the docker container.2021-03-25T01:53:27+00:00binwalk v2.3.2binwalk v2.3.22021-08-16T13:58:38+00:00Minor bug fixes2021-08-16T13:58:38+00:00binwalk v2.3.3binwalk v2.3.32021-09-10T17:49:36+00:001. Added checks to prevent directory traversal vulnerability when external extractors create symlinks on the filesystem.
2. Added `--run-as` command line option to allow users to control the privilege level external extractors are given as well as the power to run as root if they so choose.
3. Added documentation to the README that describes the changes above.2021-09-10T17:49:36+00:00binwalk v2.3.4binwalk v2.3.42023-02-01T16:30:05+00:00Merged patch to fix [PFS directory traversal / code execution bug](https://onekey.com/blog/security-advisory-remote-command-execution-in-binwalk/). Credit: [Quentin Kaiser](https://github.com/QKaiser).2023-02-01T16:30:05+00:00