forked from airbus-seclab/bincat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
31 lines (27 loc) · 769 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
2017-12-22: v0.8.1:
Small bugfixes:
* correctly install .no files
* decode long NOP form in x86
* new log message
* experimental Linux static build
2017-12-15: v0.8:
* ARMv7 thumb mode support (partial)
* Better rainbow tainting
* Backward mode progress (still experimental !)
* memset stub
* GUI to edit initial state
* Lots of bug fixes
2017-10-20: v0.7:
* 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
2017-06-29: v0.6:
* Core engine works on Windows !
* bincat_native is more sane, checks arguments and displays version
* More tests
---
2017-06-16: v0.5:
* Initial public release