diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-05-14 01:35:35 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-05-14 01:35:35 +0200 |
commit | 56a86bb9e21bb1d4a081f1c97a60066307e42c60 (patch) | |
tree | b0f42bb997c14225b8d0cd6016ea69cd360c5f99 | |
parent | 00ad2ffc610a337926943bd566a1a8e85525961a (diff) | |
download | afl++-56a86bb9e21bb1d4a081f1c97a60066307e42c60.tar.gz |
added unicornafl fix info
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 4b2d7977..18ade7cf 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -31,6 +31,8 @@ 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 |