about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-18 15:42:34 +0200
committervanhauser-thc <vh@thc.org>2024-06-18 15:42:34 +0200
commitb8568034f0c120ab8500c03ed4982d641eaa88fb (patch)
tree87340670ff6b3cf3c4f459b0c5b27360cd15070d /docs/Changelog.md
parent3ebf41ba34a6dc57f6a094987fc53b814fc25da5 (diff)
downloadafl++-b8568034f0c120ab8500c03ed4982d641eaa88fb.tar.gz
code format and changelog
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 1590b2df..f146534f 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -4,6 +4,11 @@
   release of the tool. See README.md for the general instruction manual.
 
 ### Version ++4.22a (dev)
+  - afl-fuzz:
+    - fastresume feature added. if you abort fuzzing and resume fuzzing
+      with `-i -` or `AFL_AUTORESUME=1` and the target binary has not changed
+      then a dump will be loaded and the calibration phase skipped.
+      to disable this feature set `AFL_NO_FASTRESUME=1`
   - frida_mode:
     - AFL_FRIDA_PERSISTENT_ADDR can now be be any reachable address not just
       a function entry