mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-06 15:21:32 +00:00
4.08a init
This commit is contained in:
parent
bf2727b763
commit
61b6f4ed9e
@ -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)
|
||||||
|
@ -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)
|
||||||
|
@ -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"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user