diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-09-23 02:28:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 02:28:19 +0200 |
commit | 60ef1f730551eab66cdfecf4e9815cd841582561 (patch) | |
tree | b5a0149ed1129cc4d29ad9b617efd901194d3c77 | |
parent | b3b5e2509176788fac09834cf59f909de8c7df0f (diff) | |
download | afl++-60ef1f730551eab66cdfecf4e9815cd841582561.tar.gz |
Update Changelog.md
-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 88d43e62..789b1f74 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -33,6 +33,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - LTO autodict now also collects interesting cmp comparisons, std::string compare + find + ==, bcmp - fix crash in dict2file for integers > 64 bit + - unicornafl synced with upstream (arm64 fix, better rust bindings) - added a new custom mutator: symcc -> https://github.com/eurecom-s3/symcc/ - added a new custom mutator: libfuzzer that integrates libfuzzer mutations - Our afl++ Grammar-Mutator is now better integrated into custom_mutators/ |