This commit is contained in:
vanhauser-thc
2025-02-10 14:40:12 +01:00
parent ecaddc09e8
commit 125027f5bf
3 changed files with 5 additions and 3 deletions

View File

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

View File

@ -3,6 +3,9 @@
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.32a (dev)
- ...
### Version ++4.31c (release)
- SAND mode added (docs/SAND.md) for more effecient fuzzing with sanitizers
@ -22,7 +25,6 @@
- fix bug with large map sizes when multiple libraries are loaded after
the shared memory was obtained.
### Version ++4.30c (release)
! afl-gcc and afl-clang funcionality is now removed !
- afl-fuzz:

View File

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