diff options
author | vanhauser-thc <vh@thc.org> | 2024-10-14 09:45:59 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-10-14 09:45:59 +0200 |
commit | b3d16f7b8c19c3fb06cdbb2ef8df977b6b674b59 (patch) | |
tree | 9ea6b20e249f08b374aca7094f789b4c65f8a4cd /docs/env_variables.md | |
parent | c0837409bd50b6d14789c0415d8e49406f9a2509 (diff) | |
download | afl++-b3d16f7b8c19c3fb06cdbb2ef8df977b6b674b59.tar.gz |
update how AFL_EXIT_WHEN_DONE and colors of cycles done are working
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 3db46b36..ef67abec 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -424,9 +424,8 @@ checks or alter some of the more exotic semantics of the tool: types of automated jobs. - `AFL_EXIT_WHEN_DONE` causes afl-fuzz to terminate when all existing paths - have been fuzzed and there were no new finds for a while. This would be - normally indicated by the cycle counter in the UI turning green. May be - convenient for some types of automated jobs. + have been fuzzed and there were no new finds for a while. This is basically + when the fuzzing state says `state: finished` - Setting `AFL_EXPAND_HAVOC_NOW` will start in the extended havoc mode that includes costly mutations. afl-fuzz automatically enables this mode when |