about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-06-12 09:23:57 +0200
committervanhauser-thc <vh@thc.org>2023-06-12 09:23:57 +0200
commit3ad8e9856cc48a6f69aa701dafd0623f91f31c5c (patch)
tree4176567dec88dbd5e904bb22ae6ff315aedfd982 /docs/Changelog.md
parentf1a616406eff94458ad300efa1b46ff301b24ae8 (diff)
downloadafl++-3ad8e9856cc48a6f69aa701dafd0623f91f31c5c.tar.gz
update changelog
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 98d59527..70f38d05 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -7,6 +7,9 @@
   - new mutation engine: mutations that favor discovery more paths are prefered
     until no new finds for 10 minutes then switching to mutations that favor
     triggering crashes. Modes and switch time can be configured wie `-P`.
+  - new custom mutator that has the new afl++ engine (so it can easily
+    incorporated into new custom mutators), and also comes with a standalone
+    command line tool! See custom_mutators/aflpp/standalone/
   - display the state of the fuzzing run in the UI :-)