diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-05-06 12:06:58 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-05-06 12:06:58 +0200 |
commit | 6dc82e620b744b61ce4ad6d783f59b9c9db2827a (patch) | |
tree | 5b2eae776b513b9fd52ee672a26826459cbadc2a /docs/Changelog.md | |
parent | 0618722e49fc7e9d382eb68359789f9137aaf64d (diff) | |
download | afl++-6dc82e620b744b61ce4ad6d783f59b9c9db2827a.tar.gz |
unicorn mips fixes
Diffstat (limited to 'docs/Changelog.md')
-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 6a25865d..0aef1e33 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -40,6 +40,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - utils/aflpp_driver: - aflpp_qemu_driver_hook fixed to work with qemu_mode - aflpp_driver now compiled with -fPIC + - unicornafl: + - fix MIPS delay slot caching, thanks @JackGrence - updated the grammar custom mutator to the newest version - add -d (add dead fuzzer stats) to afl-whatsup |