about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-01-26 16:58:17 +0100
committervanhauser-thc <vh@thc.org>2024-01-26 16:58:17 +0100
commit1ffb1b6b2adaedbee7febc9f344c042fd25eae1a (patch)
tree873bb060be935a273f0b10d8751ed0a0b6098a24
parent58b80b68bc5538bad2cf4c858229111f58282424 (diff)
downloadafl++-1ffb1b6b2adaedbee7febc9f344c042fd25eae1a.tar.gz
changelog
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 9accb9da..38dbba82 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -12,6 +12,7 @@
   - afl-cc:
     - large rewrite by @SonicStark which fixes a few corner cases, thanks!
     - LTO mode now requires llvm 12+
+    - workaround for ASAN with gcc_plugin mode
   - instrumentation:
     - LLVM 18 support, thanks to @devnexen!
     - Injection (SQL, LDAP, XSS) feature now available, see
@@ -21,6 +22,8 @@
       - due a bug in LLVM 17 integer splitting is disabled there!
       - when splitting floats was selected, integers were always split as well,
         fixed to require AFL_LLVM_LAF_SPLIT_COMPARES or _ALL as it should
+    - dynamic instrumentation filtering for LLVM NATIVE, thanks @Mozilla!
+      see utils/dynamic_covfilter/README.md
   - qemu_mode:
     - plugins are now activated by default and a new module is included that
       produces drcov compatible traces for lighthouse/lightkeeper/...