diff options
author | vanhauser-thc <vh@thc.org> | 2023-08-04 09:45:11 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-08-04 09:45:11 +0200 |
commit | 0a28bce0167416aa5dbe9d23c242f4ec43e79b75 (patch) | |
tree | fbe7229897d6f5e68a1b970305218bbf64a245d0 /docs/afl-fuzz_approach.md | |
parent | 79640acbf1ffff9677ec9094b61ac4a158b1551c (diff) | |
download | afl++-0a28bce0167416aa5dbe9d23c242f4ec43e79b75.tar.gz |
update docs
Diffstat (limited to 'docs/afl-fuzz_approach.md')
-rw-r--r-- | docs/afl-fuzz_approach.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/afl-fuzz_approach.md b/docs/afl-fuzz_approach.md index cb173f10..7d18b178 100644 --- a/docs/afl-fuzz_approach.md +++ b/docs/afl-fuzz_approach.md @@ -419,8 +419,8 @@ the process. Be sure to consult this file especially if any UI elements are highlighted in red. The fuzzing process will continue until you press Ctrl-C. At a minimum, you want -to allow the fuzzer to complete one queue cycle, which may take anywhere from a -couple of hours to a week or so. +to allow the fuzzer to at least one queue cycle without any new finds, which may +take anywhere from a couple of hours to a week or so. There are three subdirectories created within the output directory and updated in real-time: |