about summary refs log tree commit diff
path: root/docs/env_variables.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2024-06-18 15:28:56 +0200
committerGitHub <noreply@github.com>2024-06-18 15:28:56 +0200
commit3ebf41ba34a6dc57f6a094987fc53b814fc25da5 (patch)
treee3c5a88af3ba31213b1a5e929242414017f7eed1 /docs/env_variables.md
parenta6e42d98d9d3e936dc74729f17ab1208d477c944 (diff)
parent304e84502d9bd8a5ac33328ceb63235f42b887ad (diff)
downloadafl++-3ebf41ba34a6dc57f6a094987fc53b814fc25da5.tar.gz
Merge pull request #2128 from AFLplusplus/fastrestart
Fastrestart
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.