mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
v4.10a init
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Release version: [4.09c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
Release version: [4.09c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
||||||
|
|
||||||
GitHub version: 4.09c
|
GitHub version: 4.10a
|
||||||
|
|
||||||
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,10 @@
|
|||||||
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.10a (dev)
|
||||||
|
- ...
|
||||||
|
|
||||||
|
|
||||||
### Version ++4.09c (release)
|
### Version ++4.09c (release)
|
||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
- fixed the new mutation implementation for two bugs
|
- fixed the new mutation implementation for two bugs
|
||||||
@ -34,7 +38,6 @@
|
|||||||
- added benchmark/benchmark.py if you want to see how good your fuzzing
|
- added benchmark/benchmark.py if you want to see how good your fuzzing
|
||||||
speed is in comparison to other setups.
|
speed is in comparison to other setups.
|
||||||
|
|
||||||
|
|
||||||
### Version ++4.08c (release)
|
### Version ++4.08c (release)
|
||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
- new mutation engine: mutations that favor discovery more paths are
|
- new mutation engine: mutations that favor discovery more paths are
|
||||||
|
@ -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.09c"
|
#define VERSION "++4.10a"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
Reference in New Issue
Block a user