4.08a init

This commit is contained in:
vanhauser-thc 2023-06-12 09:16:15 +02:00
parent bf2727b763
commit 61b6f4ed9e
3 changed files with 9 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Release version: [4.07c](https://github.com/AFLplusplus/AFLplusplus/releases) Release version: [4.07c](https://github.com/AFLplusplus/AFLplusplus/releases)
GitHub version: 4.07c GitHub version: 4.08a
Repository: Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)

View File

@ -3,6 +3,13 @@
This is the list of all noteworthy changes made in every public This is the list of all noteworthy changes made in every public
release of the tool. See README.md for the general instruction manual. 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) ### Version ++4.07c (release)
- afl-fuzz: - afl-fuzz:
- reverse reading the seeds only on restarts (increases performance) - reverse reading the seeds only on restarts (increases performance)

View File

@ -26,7 +26,7 @@
/* Version string: */ /* Version string: */
// c = release, a = volatile github dev, e = experimental branch // c = release, a = volatile github dev, e = experimental branch
#define VERSION "++4.07c" #define VERSION "++4.08a"
/****************************************************** /******************************************************
* * * *