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 wai...