Skip to content

Releases: airbus-seclab/bincat

Pre-release v1.3-beta1

11 Feb 22:38
Compare
Choose a tag to compare
Pre-release
  • Support of IDA 8.3
  • New build infrastructure for OCaml
  • Support of most recent OCaml compiler
  • Small bugfixes and improvements

Release v1.2

15 Dec 12:56
Compare
Choose a tag to compare
  • Initial RISC-V support
  • Initial, incomplete, ARMv7 Thumb support
  • Python 3 migration (IDA 7.4 required)
  • Asynchronous code path (signal handler/int3/int X) support
  • Many small bugfixes and improvements

BinCAT v1.1

22 Jan 17:35
Compare
Choose a tag to compare
  • AMD64 (x86-64) support
  • Huge performance improvements
  • Interface improvements
  • Lots of bugfixes
  • Officially drop IDA v6.9 support (but it may work)

BinCAT v1.0.1

22 Nov 10:14
Compare
Choose a tag to compare

Bugfix release:

  • Fix ARM64 detection logic in IDA plugin

BinCAT v1.0

15 Nov 13:50
Compare
Choose a tag to compare
  • Heap analysis with use-after-free and double-free detection
  • PowerPC 32bits support
  • Removal of "stack" region, now the stack is in "global"
  • Lots of bugfixes

BinCAT v0.9

08 Jun 13:52
Compare
Choose a tag to compare
  • shades of greens to different taint sources in IDA
  • coredump loader
  • skip/nop options for analyzer
  • x86: MMX decoding
  • merge c2newspeak in BinCAT
  • support OCaml 4.06
  • lots of bugfixes

BinCAT v0.8.1

22 Dec 15:05
Compare
Choose a tag to compare

Small bugfixes:

  • correctly install .no files
  • decode long NOP form in x86
  • new log message
  • experimental Linux static build

BinCAT v0.8

15 Dec 15:24
Compare
Choose a tag to compare
  • ARMv7 thumb mode support (partial)
  • Better rainbow tainting
  • Backward mode progress (still experimental !)
  • memset stub
  • GUI to edit initial state
  • Lots of bug fixes

BinCAT v0.7

20 Oct 15:56
v0.7
Compare
Choose a tag to compare
  • ARMv7 support (without thumb instruction set)
  • ARMv8 (partial) support
  • multiple taint sources (rainbow tainting!)
  • ELF loader (BinCAT can be run without IDA)
  • hundreds of fixes
  • internal code refactoring and improvements

BinCAT v0.6

29 Jun 13:56
Compare
Choose a tag to compare

BinCAT now works on Windows !

Changelog:

  • Core engine works on Windows !
  • bincat_native is more sane, checks arguments and displays version
  • More tests