diff options
author | van Hauser <vh@thc.org> | 2020-12-01 13:13:11 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-12-01 13:13:11 +0100 |
commit | 8584f9d2b5de9687c518c672e471f4f8cd9166fa (patch) | |
tree | 568533382f57e7d631962b94fb5d1742c0377112 /docs/env_variables.md | |
parent | f7d8643dc4531a9aa8849d4acf2a96b0d8ae5c3c (diff) | |
download | afl++-8584f9d2b5de9687c518c672e471f4f8cd9166fa.tar.gz |
added AFL_NO_AUTODICT
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 04ba032a..f7b4c994 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -294,6 +294,9 @@ checks or alter some of the more exotic semantics of the tool: on Linux systems. This slows things down, but lets you run more instances of afl-fuzz than would be prudent (if you really want to). + - Setting `AFL_NO_AUTODICT` will not load an LTO generated auto dictionary + that is compiled into the target. + - `AFL_SKIP_CRASHES` causes AFL++ to tolerate crashing files in the input queue. This can help with rare situations where a program crashes only intermittently, but it's not really recommended under normal operating |