New
Binwalk v3.1.0
Complete re-write in Rust!
- Significantly faster
- Far fewer false positives
- Support for many more file extractors
What's Changed
- Add Dockerfile by @banditopazzo in https://github.com/ReFirmLabs/binwalk/pull/683
- Add support for windows compilation by @ElonGaties in https://github.com/ReFirmLabs/binwalk/pull/689
- main loop refactor: remove redundant queue and no active waiting for results by @banditopazzo in https://github.com/ReFirmLabs/binwalk/pull/690
- Update Dockerfile build dependency install gcc by @kimasplund in https://github.com/ReFirmLabs/binwalk/pull/693
- Edit README.md to be neater and added .gitattributes by @ultimateshadsform in https://github.com/ReFirmLabs/binwalk/pull/696
- dependencies/readme.md: Fix typo by @braillescreen in https://github.com/ReFirmLabs/binwalk/pull/698
- add basic LUKS header support by @nmatt0 in https://github.com/ReFirmLabs/binwalk/pull/699
- Mem cleanup by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/700
- github workflows: first quality check by @banditopazzo in https://github.com/ReFirmLabs/binwalk/pull/701
- Lint fixes by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/705
- add github workflow lint check by @banditopazzo in https://github.com/ReFirmLabs/binwalk/pull/706
- Fixed docker issues by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/707
- Tplink fw rtos sig by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/709
- Added BIN firmware header signature by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/710
- Removed unwrap() from code examples by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/711
- Added support for Autel encoded firmware by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/712
- Ntfs support by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/720
- Apfs support by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/721
- Btrfs support by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/723
- extractors/common: support Chroot path on windows by @135e2 in https://github.com/ReFirmLabs/binwalk/pull/726
- Wince by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/727
- Full search by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/728
New Contributors
- @banditopazzo made their first contribution in https://github.com/ReFirmLabs/binwalk/pull/683
- @ElonGaties made their first contribution in https://github.com/ReFirmLabs/binwalk/pull/689
- @kimasplund made their first contribution in https://github.com/ReFirmLabs/binwalk/pull/693
- @ultimateshadsform made their first contribution in https://github.com/ReFirmLabs/binwalk/pull/696
- @braillescreen made their first contribution in https://github.com/ReFirmLabs/binwalk/pull/698
- @135e2 made their first contribution in https://github.com/ReFirmLabs/binwalk/pull/726
Full Changelog: https://github.com/ReFirmLabs/binwalk/compare/v2.3.4...v3.1.0