Skip to content

Commit

Permalink
update changelog and README
Browse files Browse the repository at this point in the history
  • Loading branch information
trou committed Nov 15, 2018
1 parent b826e8e commit dee2c94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2018-11-15: v1.0!
* 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

2018-06-08: v0.9:
* shades of greens to different taint sources in IDA
* coredump loader
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ It features:
* taint analysis
* type reconstruction and propagation
* backward and forward analysis
* use-after-free and double-free detection

### In action

Expand Down

0 comments on commit dee2c94

Please sign in to comment.