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 #683
- Add support for windows compilation by @ElonGaties in #689
- main loop refactor: remove redundant queue and no active waiting for results by @banditopazzo in #690
- Update Dockerfile build dependency install gcc by @kimasplund in #693
- Edit README.md to be neater and added .gitattributes by @ultimateshadsform in #696
- dependencies/readme.md: Fix typo by @braillescreen in #698
- add basic LUKS header support by @nmatt0 in #699
- Mem cleanup by @devttys0 in #700
- github workflows: first quality check by @banditopazzo in #701
- Lint fixes by @devttys0 in #705
- add github workflow lint check by @banditopazzo in #706
- Fixed docker issues by @devttys0 in #707
- Tplink fw rtos sig by @devttys0 in #709
- Added BIN firmware header signature by @devttys0 in #710
- Removed unwrap() from code examples by @devttys0 in #711
- Added support for Autel encoded firmware by @devttys0 in #712
- Ntfs support by @devttys0 in #720
- Apfs support by @devttys0 in #721
- Btrfs support by @devttys0 in #723
- extractors/common: support Chroot path on windows by @135e2 in #726
- Wince by @devttys0 in #727
- Full search by @devttys0 in #728
New Contributors
- @banditopazzo made their first contribution in #683
- @ElonGaties made their first contribution in #689
- @kimasplund made their first contribution in #693
- @ultimateshadsform made their first contribution in #696
- @braillescreen made their first contribution in #698
- @135e2 made their first contribution in #726
Full Changelog: v2.3.4...v3.1.0