about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-21 14:40:16 +0200
committervanhauser-thc <vh@thc.org>2024-06-21 14:40:23 +0200
commitecb5854be08fa978be3320c1f8333f6cc3261fec (patch)
treedbfaa691e9f3d311531c229bc316066742758d9f /docs
parent25b650f59d2c8045104c77b5bd9edfba662ff0aa (diff)
downloadafl++-ecb5854be08fa978be3320c1f8333f6cc3261fec.tar.gz
add zlib compression for fast resume
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index f146534f..c6266e86 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,6 +9,7 @@
       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`
+      zlib compression is used if zlib is found at compile time
   - frida_mode:
     - AFL_FRIDA_PERSISTENT_ADDR can now be be any reachable address not just
       a function entry