about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-25 20:09:56 +0200
committervan Hauser <vh@thc.org>2020-06-25 20:09:56 +0200
commit8d5eb9487d891a7e5c8e68a5b71e0721ef83427a (patch)
tree85f851f67a8e6c1e72076d4c8db1af53cef5a05f /docs/Changelog.md
parent633a3feab9f7cf98794eebad81cec730042d7e9b (diff)
downloadafl++-8d5eb9487d891a7e5c8e68a5b71e0721ef83427a.tar.gz
make llvm_mode pcguard instrumentation collision free
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 0a482614..abfd4386 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -31,6 +31,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       as it is faster and provides better coverage. The original afl
       instrumentation can be set via AFL_LLVM_INSTRUMENT=AFL. This is
       automatically done when the WHITELIST feature is used. 
+    - PCGUARD mode is now even better because we made it collision free - plus
+      it has a fixed map size, so it is also faster! :)
     - some targets want a ld variant for LD that is not gcc/clang but ld,
       added afl-ld-lto to solve this
     - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, which