about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-10-10 10:55:56 +0200
committervan Hauser <vh@thc.org>2020-10-10 10:55:56 +0200
commit445aba9221471eebd7ffc2c35b97accd00b40557 (patch)
tree82f7e9799ead0cb12ebc1406add5dfa59d78390e /README.md
parent5dc3bc175b664f0921ebd1265d4419d611aa4a74 (diff)
downloadafl++-445aba9221471eebd7ffc2c35b97accd00b40557.tar.gz
determinstic fuzzing is now disabled by default
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index f63b0c1e..819da093 100644
--- a/README.md
+++ b/README.md
@@ -43,9 +43,13 @@ behaviours:
     worth it.
   * When instrumenting targets, afl-cc will not supersede optimizations. This
     allows to fuzz targets as same as they are built for debug or release.
-  * afl-fuzz' `-i` option now descends into subdirectories.
+  * afl-fuzz':
+    * `-i` option now descends into subdirectories.
+    * -m none is now default, set memory limits (in MB) with e.g. -m 250
+    * deterministic fuzzing is now disabled by default (unless using -M) and
+      can be enabled with -D
   * afl-fuzz will skip over empty dictionaries and too-large test cases instead
-    of failing.
+    of failing, and use them as a source for splicing mutations
 
 ## Contents