about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-30 15:39:47 +0100
committervan Hauser <vh@thc.org>2021-01-30 15:39:47 +0100
commit9d08f0d098c91e69b5fe41674e4c5d05363af604 (patch)
treeb980c6dd17b4a05cdf7ac12d061d79ebe6bc030a /docs/env_variables.md
parent3b3565269d0453c9f4b5b2847f809cd5d315fff2 (diff)
downloadafl++-9d08f0d098c91e69b5fe41674e4c5d05363af604.tar.gz
added AFL_CMPLOG_ONLY_NEW feature
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 66d85749..4c3b1cfb 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -287,6 +287,11 @@ checks or alter some of the more exotic semantics of the tool:
     the target. This must be equal or larger than the size the target was
     compiled with.
 
+  - `AFL_CMPLOG_ONLY_NEW` will only perform the expensive cmplog feature for
+    newly found testcases and not for testcases that are loaded on startup
+    (`-i in`). This is an important feature to set when resuming a fuzzing
+    session.
+
   - `AFL_TESTCACHE_SIZE` allows you to override the size of `#define TESTCASE_CACHE`
     in config.h. Recommended values are 50-250MB - or more if your fuzzing
     finds a huge amount of paths for large inputs.