We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b826e8e commit dee2c94Copy full SHA for dee2c94
CHANGELOG
@@ -1,3 +1,9 @@
1
+2018-11-15: v1.0!
2
+* Heap analysis with use-after-free and double-free detection
3
+* PowerPC 32bits support
4
+* Removal of "stack" region, now the stack is in "global"
5
+* Lots of bugfixes
6
+
7
2018-06-08: v0.9:
8
* shades of greens to different taint sources in IDA
9
* coredump loader
README.md
@@ -11,6 +11,7 @@ It features:
11
* taint analysis
12
* type reconstruction and propagation
13
* backward and forward analysis
14
+* use-after-free and double-free detection
15
16
### In action
17
0 commit comments