diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-30 10:27:43 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-30 10:27:43 +0200 |
commit | c9d066038fe0bbf8e0ab0a481ca320ca1c31b1bf (patch) | |
tree | 984cd4029a2676eaad78b21036af414a04a8ccf9 /docs/Changelog.md | |
parent | 17b860d811cbd7695ab9756671c3f2d876ab25e8 (diff) | |
download | afl++-c9d066038fe0bbf8e0ab0a481ca320ca1c31b1bf.tar.gz |
fix PCGUARD, build aflpp_driver with fPIC
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 90a1d140..5c0f2a9e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -32,10 +32,13 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. afl++ ignores these and uses them for splicing instead. - afl-cc: - We do not support llvm versions prior 6.0 anymore + - Fix for -pie compiled binaries with default afl-clang-fast PCGUARD - Leak Sanitizer (AFL_USE_LSAN) added by Joshua Rogers, thanks! - Removed InsTrim instrumentation as it is not as good as PCGUARD - Removed automatic linking with -lc++ for LTO mode - - utils/aflpp_driver/aflpp_qemu_driver_hook fixed to work with qemu mode + - utils/aflpp_driver: + - aflpp_qemu_driver_hook fixed to work with qemu_mode + - aflpp_driver now compiled with -fPIC - add -d (add dead fuzzer stats) to afl-whatsup ### Version ++3.12c (release) |