diff options
author | van Hauser <vh@thc.org> | 2020-08-31 18:10:18 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-31 18:10:18 +0200 |
commit | 192cadee3485eef1c69ca662323ac3e50669aee9 (patch) | |
tree | eedff906a345a053037a112c0fcf0419068dbd98 /docs | |
parent | d7d8afa512bcc0c012fac3b624eeff7b5af65439 (diff) | |
download | afl++-192cadee3485eef1c69ca662323ac3e50669aee9.tar.gz |
fix docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/env_variables.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index d377e83f..c47d10e8 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -369,13 +369,6 @@ checks or alter some of the more exotic semantics of the tool: for an existing out folder, even if a different `-i` was provided. Without this setting, afl-fuzz will refuse execution for a long-fuzzed out dir. - - Setting AFL_MAX_DET_EXRAS will change the threshold at what number of elements - in the `-x` dictionary and LTO autodict (combined) the probabilistic mode will - kick off. In probabilistic mode, not all dictionary entries will be used all - the times for fuzzing mutations in order not to slow down fuzzing. - The default count is `200` elements. So for the 200 + 1st element, there is a - 1 in 201 chance, that one of the dictionary entries will not be used directly. - - Setting AFL_NO_FORKSRV disables the forkserver optimization, reverting to fork + execve() call for every tested input. This is useful mostly when working with unruly libraries that create threads or do other crazy |