update changelog

This commit is contained in:
vanhauser-thc 2023-06-12 09:23:57 +02:00
parent f1a616406e
commit 3ad8e9856c

View File

@ -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 :-)