aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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