diff options
author | van Hauser <vh@thc.org> | 2024-06-18 15:28:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-18 15:28:56 +0200 |
commit | 3ebf41ba34a6dc57f6a094987fc53b814fc25da5 (patch) | |
tree | e3c5a88af3ba31213b1a5e929242414017f7eed1 /docs/env_variables.md | |
parent | a6e42d98d9d3e936dc74729f17ab1208d477c944 (diff) | |
parent | 304e84502d9bd8a5ac33328ceb63235f42b887ad (diff) | |
download | afl++-3ebf41ba34a6dc57f6a094987fc53b814fc25da5.tar.gz |
Merge pull request #2128 from AFLplusplus/fastrestart
Fastrestart
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 2 |
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. |