mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 21:13:45 +00:00
4.03c
This commit is contained in:
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250">
|
<img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250">
|
||||||
|
|
||||||
Release version: [4.02c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
Release version: [4.03c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
||||||
|
|
||||||
GitHub version: 4.03a
|
GitHub version: 4.04a
|
||||||
|
|
||||||
Repository:
|
Repository:
|
||||||
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
|
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)
|
||||||
|
@ -3,12 +3,8 @@
|
|||||||
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.
|
||||||
|
|
||||||
## Staying informed
|
|
||||||
|
|
||||||
Want to stay in the loop on major new features? Join our mailing list by
|
### Version ++4.03c (release)
|
||||||
sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|
||||||
|
|
||||||
### Version ++4.03a (dev)
|
|
||||||
- Building now gives a build summary what succeeded and what not
|
- Building now gives a build summary what succeeded and what not
|
||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
- added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead
|
- added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead
|
||||||
|
@ -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.03a"
|
#define VERSION "++4.03c"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
@ -1 +1 @@
|
|||||||
61bc152384
|
d09c24cb12
|
||||||
|
Submodule qemu_mode/qemuafl updated: 61bc152384...d09c24cb12
Reference in New Issue
Block a user