about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-31 15:04:40 +0100
committervan Hauser <vh@thc.org>2021-01-31 15:04:40 +0100
commit7a861498c27997cd7be01a5650d54cff3b87a02e (patch)
tree5cb3615529165bafaeaae0a49385e3231b2f7364 /docs/Changelog.md
parent893cd47d9cdbfa44e43d03e7d40a56a0c2ad7936 (diff)
downloadafl++-7a861498c27997cd7be01a5650d54cff3b87a02e.tar.gz
added support for __afl_coverage_interesting
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 6e59961b..99bc8b47 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -36,6 +36,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - cmplog/redqueen now also tracks floating point, _ExtInt() + 128bit
     - cmplog/redqueen can now process basic libc++ and libstdc++
       std::string comparisons (though no position or length type variants)
+    - added support for __afl_coverage_interesting() for LTO and
+      and our own PCGUARD (llvm 10.0.1+), read more about this function
+      and selective coverage in instrumentation/README.instrument_list.md
     - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard
       support (less performant than our own), GCC for old afl-gcc and
       CLANG for old afl-clang