This repository has been archived by the owner on Jun 15, 2022. It is now read-only.
Releases: armijnhemel/binaryanalysis
Releases · armijnhemel/binaryanalysis
BAT 37
BAT 36
- fix various crashes processing Android OAT files
- rewrite many scripts to use postgresql instead of sqlite
BAT 35
- add WAV checker configuration
- add AIFF checker
- prevent crash when processing corrupt ELF files
- prevent crash when processing corrupt Linux kernel images
BAT 34
- fix crash in gzip crc handling (big files)
- make tag filtering more granular (example: in case new tags are added)
BAT 33
- support for some versions of OAT (Android)
- work around crash in older versions of Python (crc32)
- make max size of files for which tlsh should be computed configurable
BAT 32
- remove dependency on bat-extratools-java and java
- add more information to JSON
- fix ELF parsing crash
- pass database connection and cursor to prerun scans
- pass file hashes to prerun scans and leaf scans
- fix to unpack lzo compressed Linux kernel images
31.0
- ELF carver
- remove dependency on gifinfo
- allow comments in iHex
BAT 30
- expose more ELF information
- add more data to JSON file
- pack JSON files in top level directory by default
BAT 29
Fix: make sure all configurations can be stored in a single directory.
BAT 28
- fix modular configurations
- better pack200 carving
- ELF: return if no valid type can be found