diff options
author | van Hauser <vh@thc.org> | 2020-05-14 16:25:07 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-14 16:25:07 +0200 |
commit | 682b620922a7d30393e30e23f4c1d7e05a83a6cc (patch) | |
tree | a985a65d2d730465c65389bf62b5ad2bb889f19d /docs/Changelog.md | |
parent | 6b69cd2e574fbcea79b7322c443841292f220d82 (diff) | |
download | afl++-682b620922a7d30393e30e23f4c1d7e05a83a6cc.tar.gz |
fix afl-clang-fast help output
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 18ade7cf..f3e8dcb3 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -31,14 +31,13 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - added AFL_LLVM_SKIP_NEVERZERO to skip the never zero coverage counter implementation. For targets with few or no loops or heavily called functions. Gives a small performance boost. - - unicorn_mode: - - validate_crash_callback can now count non-crashing inputs as crash as well - qemu_mode: - add information on PIE/PIC load addresses for 32 bit - better dependency checks - gcc_plugin: - better dependency checks - unicorn_mode: + - validate_crash_callback can now count non-crashing inputs as crash as well - better submodule handling - afl-showmap: fix for -Q mode - added examples/afl_network_proxy which allows to fuzz a target over the |