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/FAQ.md | |
parent | b96ba509d0e52478445822ae89621c2bf7c04d7d (diff) | |
download | afl++-21865c622483d2e2285de3dfad4626c28ca27843.tar.gz |
rename env to AFL_IGNORE_PROBLEMS_COVERAGE
Diffstat (limited to 'docs/FAQ.md')
-rw-r--r-- | docs/FAQ.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/FAQ.md b/docs/FAQ.md index 4a9080f8..76350c79 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -229,7 +229,8 @@ If you find an interesting or important question missing, submit it via If this is not a viable option, you can set `AFL_IGNORE_PROBLEMS=1` but then the existing map will be used also for the newly loaded libraries, which allows it to work, however, the efficiency of the fuzzing will be partially - degraded. + degraded. Note that there is additionally `AFL_IGNORE_PROBLEMS_COVERAGE` to + additionally tell AFL++ to ignore any coverage from the late loaded libaries. </p></details> <details> |