diff options
author | vanhauser-thc <vh@thc.org> | 2023-01-18 14:56:26 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-01-18 14:56:26 +0100 |
commit | 8fe5e29104fc514551bbc926c5142dac68562b43 (patch) | |
tree | a1003e19a4d04ba7fa4cf1e587f4c9f6e8bf5802 /docs/env_variables.md | |
parent | 22f757a169d3da3081306c0f861ef99a509073fe (diff) | |
download | afl++-8fe5e29104fc514551bbc926c5142dac68562b43.tar.gz |
ignore timeout env 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 22a5c386..0a57d190 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -354,6 +354,9 @@ checks or alter some of the more exotic semantics of the tool: - Setting `AFL_KEEP_TIMEOUTS` will keep longer running inputs if they reach new coverage + - On the contrary, if you are not interested in any timeouts, you can set + `AFL_IGNORE_TIMEOUTS` to get a bit of speed instead. + - `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. |