diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-25 16:47:37 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-25 16:47:37 +0200 |
commit | 21865c622483d2e2285de3dfad4626c28ca27843 (patch) | |
tree | 7f184e4091906ea8e6cdd0e15e304db0873d22e6 /docs/env_variables.md | |
parent | b96ba509d0e52478445822ae89621c2bf7c04d7d (diff) | |
download | afl++-21865c622483d2e2285de3dfad4626c28ca27843.tar.gz |
rename env to AFL_IGNORE_PROBLEMS_COVERAGE
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 087ccdb7..b1f23159 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -406,7 +406,8 @@ checks or alter some of the more exotic semantics of the tool: - If afl-fuzz encounters an incorrect fuzzing setup during a fuzzing session (not at startup), it will terminate. If you do not want this, then you can - set `AFL_IGNORE_PROBLEMS`. + set `AFL_IGNORE_PROBLEMS`. If you additionally want to also ignore coverage + from late loaded libraries, you can set `AFL_IGNORE_PROBLEMS_COVERAGE`. - 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 else. |