Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Releases: armijnhemel/binaryanalysis

BAT 37

25 Jul 22:51
Compare
Choose a tag to compare
  • add option for writing top level JSON file to separate directory (for directory scans)
  • clean up after unsuccessful lzop decompression
  • prevent crash processing files with 'weird' file names
  • FINAL RELEASE OF BAT

BAT 36

31 Dec 16:51
Compare
Choose a tag to compare
  • fix various crashes processing Android OAT files
  • rewrite many scripts to use postgresql instead of sqlite

BAT 35

06 Dec 21:38
Compare
Choose a tag to compare
  • add WAV checker configuration
  • add AIFF checker
  • prevent crash when processing corrupt ELF files
  • prevent crash when processing corrupt Linux kernel images

BAT 34

30 Nov 02:28
Compare
Choose a tag to compare
  • fix crash in gzip crc handling (big files)
  • make tag filtering more granular (example: in case new tags are added)

BAT 33

24 Nov 14:26
Compare
Choose a tag to compare
  • 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

11 Nov 08:23
Compare
Choose a tag to compare
  • 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

02 Nov 07:28
Compare
Choose a tag to compare
  • ELF carver
  • remove dependency on gifinfo
  • allow comments in iHex

BAT 30

17 Oct 10:01
Compare
Choose a tag to compare
  • expose more ELF information
  • add more data to JSON file
  • pack JSON files in top level directory by default

BAT 29

09 Oct 21:49
Compare
Choose a tag to compare

Fix: make sure all configurations can be stored in a single directory.

BAT 28

08 Oct 21:30
Compare
Choose a tag to compare
  • fix modular configurations
  • better pack200 carving
  • ELF: return if no valid type can be found