diff options
author | van Hauser <vh@thc.org> | 2021-01-30 10:28:34 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-30 10:28:34 +0100 |
commit | 2f96f1e9204f60d0a1b91a01f5da34b64b29cf9b (patch) | |
tree | f641f613a29673d24cfd435f4040c9eb9c38c2b1 /docs/Changelog.md | |
parent | 1b557d1a7098519b5024179a65c5bea7adc24e92 (diff) | |
download | afl++-2f96f1e9204f60d0a1b91a01f5da34b64b29cf9b.tar.gz |
afl-frida faster for x86_x64
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index dd160b14..329b7520 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -38,10 +38,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. support (less performant than our own), GCC for old afl-gcc and CLANG for old afl-clang - qemuafl + - ported QASan to qemuafl! see qemu_mode/libqasan/README.md - 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 + - Android support for QASan - unicornafl - Substential speed gains in python bindings for certain use cases - Improved rust bindings @@ -51,7 +51,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - LLVM mode is now compiled with -j4, unicorn with all cores. qemu was already building with all cores, the gcc plugin needs only one. - added dummy Makefile to instrumentation/ - - Updated utils/afl_frida to be 5% faster + - Updated utils/afl_frida to be 5% faster, 7% on x86_x64 - Added AFL_KILL_SIGNAL env variable (thanks @v-p-b) - @Edznux added a nice documentation on how to use rpc.statsd with afl++ in docs/rpc_statsd.md, thanks! |