about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-23 15:58:13 +0200
committervan Hauser <vh@thc.org>2020-07-23 15:58:13 +0200
commit72b46a07d6a64a7871f029330bcf5eae649c8eb1 (patch)
tree1fe3e26d1f5ecf285de08acc798df2579e4de72e /docs/Changelog.md
parent2ba88dcd8a9829612eb06eb130d688685a76a847 (diff)
downloadafl++-72b46a07d6a64a7871f029330bcf5eae649c8eb1.tar.gz
added honggfuzz custom mutator :)
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 50f5629f..a25cc43c 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -18,6 +18,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
      - LTO: autodictionary mode is a default
      - LTO: instrim instrumentation disabled, only classic support used
             as it is always better
+  - added honggfuzz mangle as a custom mutator in custom_mutators/honggfuzz :)
   - added afl-frida gum solution to examples/afl_frida (mostly imported
     from https://github.com/meme/hotwax/)
   - small fixes to afl-plot, afl-whatsup and man page creation