diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-09 12:22:16 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-09 12:22:16 +0200 |
commit | c19d1f0c7519fe7d1234e695c497a78f24aaf8b7 (patch) | |
tree | 2e28cf8bbf588e451aaf0f9da8d0fd5b89da6c68 /docs/Changelog.md | |
parent | 019b26de58a4e7eb4b95aab6425beba4efb853f4 (diff) | |
download | afl++-c19d1f0c7519fe7d1234e695c497a78f24aaf8b7.tar.gz |
update grammar-mutator, show better fuzzing strategy yields
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 072320dc..4139a9b3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,6 +20,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. to allow replay of non-reproducable crashes, see AFL_PERSISTENT_RECORD in config.h and docs/envs.h - default cmplog level (-l) is now 2, better efficiency. + - better fuzzing strategy yields for enabled options - ensure one fuzzer sync per cycle - fix afl_custom_queue_new_entry original file name when syncing from fuzzers |