about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-02-03 15:53:54 +0100
committervanhauser-thc <vh@thc.org>2024-02-03 15:53:54 +0100
commitdc151caa1839162e470e003837e630db6d5d543e (patch)
treeb387a7e0958aedc2fa88404556740c5693f0083d /docs/Changelog.md
parente1d7f4af35b6ac1f654aa42744a9c2e1b7b6dbb7 (diff)
downloadafl++-dc151caa1839162e470e003837e630db6d5d543e.tar.gz
add lto caller instrumentation
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 2f0fba33..e5169daf 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -7,6 +7,11 @@
   - afl-fuzz:
     - the new deterministic fuzzing feature is now activated by default,
       deactivate with -z. Parameters -d and -D are ignored.
+  - afl-cc:
+    - added collision free caller instrumentation to LTO mode. activate with
+      `AFL_LLVM_LTO_CALLER=1`. You can set a max depth to go through single
+      block functions with `AFL_LLVM_LTO_CALLER_DEPTH` (default 0)
+
 
 ### Version ++4.10c (release)
   - afl-fuzz: