Skip to content

Releases: ReFirmLabs/binwalk

Binwalk 2.3.4

01 Feb 16:30
cddfede
Compare
Choose a tag to compare

Binwalk 2.3.3

10 Sep 17:49
fa0c0bd
Compare
Choose a tag to compare
  1. 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.

Binwalk 2.3.2

16 Aug 13:58
Compare
Choose a tag to compare

Minor bug fixes

Release 2.3.1

25 Mar 01:53
772f271
Compare
Choose a tag to compare
  • 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.

Release v2.3.0

22 Mar 00:11
80a519b
Compare
Choose a tag to compare

This is the first release with exclusive support for Python3.

Python 2.2.1

15 Mar 15:45
750635d
Compare
Choose a tag to compare

This will be the last release that officially supports Python 2.

Binwalk v2.2.0 Release

14 Oct 13:54
Compare
Choose a tag to compare
Updated version to 2.2.0

Binwalk v2.1.1 Release

23 Dec 17:10
Compare
Choose a tag to compare

The 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!

Version 2.0.1 Bug Fix Release

27 Jul 01:07
Compare
Choose a tag to compare

Fixes an install bug on OSX.

Version 2.0.0 Release

26 Jul 14:08
Compare
Choose a tag to compare

Highlights:

  • 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!