diff options
author | van Hauser <vh@thc.org> | 2022-04-08 23:12:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 23:12:33 +0200 |
commit | c208dcf9c573e3d85990c7dea777646f7fa4961c (patch) | |
tree | 863f7475bcadc4ee60eed6c0af50c897f6c5c276 /docs/env_variables.md | |
parent | 9933a6f3ab6c5b02c9f108dded6eb93ed59d2941 (diff) | |
parent | d8317182ef5e2afbff56de697be85b10a4abece1 (diff) | |
download | afl++-c208dcf9c573e3d85990c7dea777646f7fa4961c.tar.gz |
Merge pull request #1383 from AFLplusplus/keep_tout
Keep timeouts option
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 9ffb08e7..fe9c6e07 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -349,6 +349,9 @@ checks or alter some of the more exotic semantics of the tool: - Setting `AFL_DISABLE_TRIM` tells afl-fuzz not to trim test cases. This is usually a bad idea! + - Setting `AFL_KEEP_TIMEOUTS` will keep longer running inputs if they reach + new coverage + - `AFL_EXIT_ON_SEED_ISSUES` will restore the vanilla afl-fuzz behavior which does not allow crashes or timeout seeds in the initial -i corpus. |