diff options
author | vanhauser-thc <vh@thc.org> | 2021-06-22 17:24:06 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-06-22 17:24:06 +0200 |
commit | cbac22d82b90d631bafc4572aa79faa0c568beeb (patch) | |
tree | 6d943e4ea1ebe3f08d00524c8b11919df1ac3332 /docs | |
parent | ba9323f14cb4ba7c99c4081f19c12b93e112dd65 (diff) | |
download | afl++-cbac22d82b90d631bafc4572aa79faa0c568beeb.tar.gz |
reverse read the queue n resumes
Diffstat (limited to 'docs')
-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 9fd2a1a9..afa5491b 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -16,6 +16,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - if the target becomes unavailable check out out/default/error.txt for an indicator why - AFL_CAL_FAST was a dead env, now does the same as AFL_FAST_CAL + - reverse read the queue on resumes (more effective) - afl-cc: - Update to COMPCOV/laf-intel that speeds up the instrumentation process a lot - thanks to Michael Rodler/f0rki for the PR! |