about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-31 14:18:58 +0100
committervan Hauser <vh@thc.org>2020-10-31 14:18:58 +0100
commitf810639ab188bf3bbd27fe58fb0b0bb2fe4fbdf0 (patch)
tree83bbbfe5bd094acfe17d6c6b77afc6b6aee8d9a4 /docs/Changelog.md
parentdfb847a51bb3dbcbe6237e92fa385b8c6c6c417c (diff)
downloadafl++-f810639ab188bf3bbd27fe58fb0b0bb2fe4fbdf0.tar.gz
add our own inline trace-pc-guard
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index f8f15fc8..798a056f 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -40,6 +40,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - We received an enhanced gcc_plugin module from AdaCore, thank you
       very much!!
     - not overriding -Ox or -fno-unroll-loops anymore
+    - we now have our own trace-pc-guard implementation. It is the same as
+      -fsanitize-coverage=trace-pc-guard from llvm 12, but: it is a) inline
+      and b) works from llvm 10+ on :)
     - new llvm pass: dict2file via AFL_LLVM_DICT2FILE, create afl-fuzz
       -x dictionary of string comparisons found during compilation
     - LTO autodict now also collects interesting cmp comparisons,