diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-01-29 18:51:44 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2021-01-29 18:51:44 +0100 |
commit | aaec45b6528e41a217de95ca3db1173fb2539672 (patch) | |
tree | 834770daf9362a73a2d0601fbd2246772858043a | |
parent | af24d872206d50c41469321db3c7f77f265ff357 (diff) | |
download | afl++-aaec45b6528e41a217de95ca3db1173fb2539672.tar.gz |
changelog
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 5c6b0663..dd160b14 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -37,6 +37,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard support (less performant than our own), GCC for old afl-gcc and CLANG for old afl-clang + - qemuafl + - solved some persistent mode bugs (thanks Dil4rd) + - solved an issue when dumping the memory maps (thanks wizche) + - ported QASan to qemuafl + - ported the QASan runtime adding support for Android - unicornafl - Substential speed gains in python bindings for certain use cases - Improved rust bindings |