about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-05 01:13:51 +0200
committervan Hauser <vh@thc.org>2020-08-05 01:13:51 +0200
commit6d364dd2cb0ac31797b52e590b57bf9c10cc2302 (patch)
treec241c6133910fdce295760657a1a2dd6879487d6 /docs/Changelog.md
parent8ed6207b5cec628cb51a807a0a585f129de2e041 (diff)
downloadafl++-6d364dd2cb0ac31797b52e590b57bf9c10cc2302.tar.gz
add sancov-like allow/denylist instrument feature
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index ae7377f2..f98f8b9b 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -22,6 +22,10 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
      - fixed a bug in redqueen for strings
   - llvm_mode:
      - now supports llvm 12!
+     - support for AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST (previous
+       AFL_LLVM_WHITELIST and AFL_LLVM_INSTRUMENT_FILE are deprecated and
+       are matched to AFL_LLVM_ALLOWLIST). The format is compatible to llvm
+       sancov, and also supports function matching!
      - fixes for laf-intel float splitting (thanks to mark-griffin for
        reporting)
      - LTO: autodictionary mode is a default