diff options
author | van Hauser <vh@thc.org> | 2020-05-02 00:39:13 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-02 00:39:13 +0200 |
commit | 378573ab8b2f9b150429503c649e86e0fed4e946 (patch) | |
tree | 42fe481e36f554bd4f0033b5b96b422839b3cafb /docs/Changelog.md | |
parent | 33ddf6ea0e090ec2ef18dfa7c53b4dfe8130de26 (diff) | |
download | afl++-378573ab8b2f9b150429503c649e86e0fed4e946.tar.gz |
AFL_LLVM_SKIP_NEVERZERO added
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 565bee72..cae99681 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -20,6 +20,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. address for the shared memory map is used as this increases the fuzzing speed - fixes to LTO mode if instrumented edges > MAP_SIZE + - added AFL_LLVM_SKIP_NEVERZERO to skip the never zero coverage counter + implmentation. For targets with little or no loops or heavy called + functions. Gives a small performance boost. - qemu_mode: - add information on PIE/PIC load addresses for 32 bit - better dependency checks |