about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2024-06-18 15:24:38 +0200
committervanhauser-thc <vh@thc.org>2024-06-18 15:24:38 +0200
commit304e84502d9bd8a5ac33328ceb63235f42b887ad (patch)
treec22a9536a67813ea1830626b565b8b5d8d04bbb8 /docs/env_variables.md
parentdd762726dc7055f4b1c48da2ee1b22ff6fdde35e (diff)
downloadafl++-304e84502d9bd8a5ac33328ceb63235f42b887ad.tar.gz
fast resume option
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r--docs/env_variables.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md
index 22e0ce0f..6db31df0 100644
--- a/docs/env_variables.md
+++ b/docs/env_variables.md
@@ -514,6 +514,8 @@ checks or alter some of the more exotic semantics of the tool:
   - `AFL_NO_SNAPSHOT` will advise afl-fuzz not to use the snapshot feature if
     the snapshot lkm is loaded.
 
+  - `AFL_NO_FASTRESUME` will not try to read or write a fast resume file.
+
   - Setting `AFL_NO_UI` inhibits the UI altogether and just periodically prints
     some basic stats. This behavior is also automatically triggered when the
     output from afl-fuzz is redirected to a file or to a pipe.