diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-05-17 18:30:37 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-05-17 18:30:37 +0200 |
commit | fa63f2652dbcc6016ff5cf4bd8ca0d14954ae769 (patch) | |
tree | 66030e5d4a722505346bf21e43467b1dc38c7d69 /docs/Changelog.md | |
parent | ccf739f8801c373fe2aa1bb709ffd697cfe2a3e6 (diff) | |
download | afl++-fa63f2652dbcc6016ff5cf4bd8ca0d14954ae769.tar.gz |
more documentation for AFL_EXIT_ON_TIME
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 67ab9d5e..1114a834 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -33,6 +33,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added AFL_EXIT_ON_SEED_ISSUES env that will exit if a seed in -i dir crashes the target or results in a timeout. By default afl++ ignores these and uses them for splicing instead. + - added AFL_EXIT_ON_TIME env that will make afl-fuzz exit fuzzing after + no new paths have been found for n seconds - afl-cc: - We do not support llvm versions prior 6.0 anymore - Fix for -pie compiled binaries with default afl-clang-fast PCGUARD |