diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-27 12:53:09 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-27 12:53:09 +0100 |
commit | 7ca51fab19adfcda211282d4a1134eada7b60d2b (patch) | |
tree | c518e1bd8efc536689bf6c2771cad25a8c9b4504 /docs/Changelog.md | |
parent | 5ee2dd6bbdcabbdcc33278876632a9bc5060d71f (diff) | |
download | afl++-7ca51fab19adfcda211282d4a1134eada7b60d2b.tar.gz |
ensure one fuzzer sync per cycle, cycle introspection
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 6ae42b04..91d1a8cc 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,6 +18,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. + - ensure one fuzzer sync per cycle - afl-cc: - Removed InsTrim instrumentation as it is not as good as PCGUARD |