diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-14 14:31:27 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-14 14:31:27 +0200 |
commit | 9ec63d3f1776ae1442fe89d5e076b58b36997f76 (patch) | |
tree | 470b04c8a3ddbda1b5fe1e6329eaac93d35ee44d /docs/Changelog.md | |
parent | 4fe572b80f76ff0b0e916b639d1e04d5af48b157 (diff) | |
download | afl++-9ec63d3f1776ae1442fe89d5e076b58b36997f76.tar.gz |
fix frida, fix dictionary generation to honor AFL_LLVM_{ALLOW/DENY}LIST
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 29af44ab..8aca5608 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -24,10 +24,12 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - Fix to instrument global namespace functions in c++ - Fix for llvm 13 - support partial linking + - do honor AFL_LLVM_{ALLOW/DENY}LIST for LTO autodictionary and DICT2FILE - We do support llvm versions from 3.8 to 5.0 again - frida_mode: - several fixes for cmplog - remove need for AFL_FRIDA_PERSISTENT_RETADDR_OFFSET + - less coverage collision - feature parity of aarch64 with intel now (persistent, cmplog, in-memory testcases, asan) - afl-cmin and afl-showmap -i do now descend into subdirectories |