diff options
author | lazymio <mio@lazym.io> | 2022-04-12 21:16:34 +0200 |
---|---|---|
committer | lazymio <mio@lazym.io> | 2022-04-12 21:16:34 +0200 |
commit | 0db57c3eecb46dd5c875222517f0c5dd1ba585af (patch) | |
tree | d3740b749901087ece5f031e99af4fff2c83d582 /docs/env_variables.md | |
parent | 3fc03d4b6b6b7a0718a9ab9514ea3afdebc868f1 (diff) | |
parent | 5d4b0938d5c3ddad18c85c1f2a4c516d46bbf243 (diff) | |
download | afl++-0db57c3eecb46dd5c875222517f0c5dd1ba585af.tar.gz |
Merge origin/dev
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. |