about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-31 13:03:00 +0100
committervan Hauser <vh@thc.org>2021-01-31 13:03:00 +0100
commit893cd47d9cdbfa44e43d03e7d40a56a0c2ad7936 (patch)
tree05bf5d5751fb3b7021c628980e774c3d0fa67d58 /README.md
parent9d08f0d098c91e69b5fe41674e4c5d05363af604 (diff)
downloadafl++-893cd47d9cdbfa44e43d03e7d40a56a0c2ad7936.tar.gz
disable trimming for -M
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2806b734..8c4aab93 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ behaviours and defaults:
     * a caching of testcases can now be performed and can be modified by
       editing config.h for TESTCASE_CACHE or by specifying the env variable
       `AFL_TESTCACHE_SIZE` (in MB). Good values are between 50-500 (default: 50).
+    * -M mains do not perform trimming
   * examples/ got renamed to utils/
   * libtokencap/ libdislocator/ and qdbi_mode/ were moved to utils/
   * afl-cmin/afl-cmin.bash now search first in PATH and last in AFL_PATH