diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-12 09:23:57 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-12 09:23:57 +0200 |
commit | 3ad8e9856cc48a6f69aa701dafd0623f91f31c5c (patch) | |
tree | 4176567dec88dbd5e904bb22ae6ff315aedfd982 | |
parent | f1a616406eff94458ad300efa1b46ff301b24ae8 (diff) | |
download | afl++-3ad8e9856cc48a6f69aa701dafd0623f91f31c5c.tar.gz |
update changelog
-rw-r--r-- | docs/Changelog.md | 3 |
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 :-) |