about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-30 10:27:43 +0200
committervanhauser-thc <vh@thc.org>2021-04-30 10:27:43 +0200
commitc9d066038fe0bbf8e0ab0a481ca320ca1c31b1bf (patch)
tree984cd4029a2676eaad78b21036af414a04a8ccf9 /docs/Changelog.md
parent17b860d811cbd7695ab9756671c3f2d876ab25e8 (diff)
downloadafl++-c9d066038fe0bbf8e0ab0a481ca320ca1c31b1bf.tar.gz
fix PCGUARD, build aflpp_driver with fPIC
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md5
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)