diff options
author | vanhauser-thc <vh@thc.org> | 2023-06-12 09:16:15 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-06-12 09:16:15 +0200 |
commit | 61b6f4ed9e4dce15c39e4350278a95a41ea2522c (patch) | |
tree | 2586550dcacddb5958fa9798b3a7f02694ea1750 /docs/Changelog.md | |
parent | bf2727b76366ce4c9cdc723c3f3ccffae3cc3619 (diff) | |
download | afl++-61b6f4ed9e4dce15c39e4350278a95a41ea2522c.tar.gz |
4.08a init
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c52ddd56..98d59527 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,13 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. +### Version ++4.08a (dev) + - 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`. + - display the state of the fuzzing run in the UI :-) + + ### Version ++4.07c (release) - afl-fuzz: - reverse reading the seeds only on restarts (increases performance) |