Unclaimed project
Are you a maintainer of binwalk? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
binwalk
Firmware Analysis Tool
Last updated about 2 months ago
Back to changelogNew
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/706Fixed docker issues by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/707Tplink fw rtos sig by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/709Added BIN firmware header signature by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/710Removed unwrap() from code examples by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/711Added support for Autel encoded firmware by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/712Ntfs support by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/720Apfs support by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/721Btrfs support by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/723extractors/common: support Chroot path on windows by @135e2 in https://github.com/ReFirmLabs/binwalk/pull/726Wince by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/727Full search by @devttys0 in https://github.com/ReFirmLabs/binwalk/pull/728New 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