diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-22 12:15:09 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-22 12:15:09 +0200 |
commit | 58e39ecd8f601191a98d067d5567559de931c32c (patch) | |
tree | 1af103a30b74045d3d312113d972f500d1a69a97 /docs/env_variables.md | |
parent | 9e6e7e8fe8e3e185c9ad4bde030fe760ee1528b0 (diff) | |
download | afl++-58e39ecd8f601191a98d067d5567559de931c32c.tar.gz |
turn off map size detection if skip_bin_check is set
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index c3efa0c0..def1e297 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -355,6 +355,7 @@ checks or alter some of the more exotic semantics of the tool: and shell scripts; and `AFL_DUMB_FORKSRV` in conjunction with the `-n` setting to instruct afl-fuzz to still follow the fork server protocol without expecting any instrumentation data in return. + Note that this also turns off auto map size detection. - When running in the `-M` or `-S` mode, setting `AFL_IMPORT_FIRST` causes the fuzzer to import test cases from other instances before doing anything |