diff options
author | van Hauser <vh@thc.org> | 2019-07-25 11:18:14 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-07-25 11:18:14 +0200 |
commit | ce842648ae0462f339625ab395a9d71a9ecd319d (patch) | |
tree | 21d36b0c95e84382cbeaee4ce6f61d82429446cb /docs | |
parent | ad1c4bf202fd3cc9d567d903f7bfe998fa8d7a57 (diff) | |
download | afl++-ce842648ae0462f339625ab395a9d71a9ecd319d.tar.gz |
afl_trace_pc fix
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 3b43366d..09ad77ec 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -18,6 +18,7 @@ Version ++2.52d (dev): ----------------------------- - unicorn_mode got added - thanks to domenukk for the patch! + - fix llvm_mode AFL_TRACE_PC with modern llvm - fix a crash in qemu_mode which also exists in stock afl - added libcompcov, a laf-intel implementation for qemu! :) see qemu_mode/libcompcov/README.libcompcov |