mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
v4.33a init
This commit is contained in:
parent
06219b4d56
commit
e30a17be91
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Release version: [4.32c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
Release version: [4.32c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
||||||
|
|
||||||
GitHub version: 4.32c
|
GitHub version: 4.33a
|
||||||
|
|
||||||
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,11 @@
|
|||||||
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.33a (dev)
|
||||||
|
- ...
|
||||||
|
|
||||||
|
|
||||||
### Version ++4.32c (release)
|
### Version ++4.32c (release)
|
||||||
- Fixed a bug where after a fast restart of a full fuzzed corpus afl-fuzz
|
- Fixed a bug where after a fast restart of a full fuzzed corpus afl-fuzz
|
||||||
terminates with "need at least one valid input seed that does not crash"
|
terminates with "need at least one valid input seed that does not crash"
|
||||||
@ -22,7 +27,6 @@
|
|||||||
- frida_mode:
|
- frida_mode:
|
||||||
- fixes for new MacOS + M4 hardware
|
- fixes for new MacOS + M4 hardware
|
||||||
|
|
||||||
|
|
||||||
### Version ++4.31c (release)
|
### Version ++4.31c (release)
|
||||||
- SAND mode added (docs/SAND.md) for more effecient fuzzing with sanitizers
|
- SAND mode added (docs/SAND.md) for more effecient fuzzing with sanitizers
|
||||||
(thanks to @wtdcode !)
|
(thanks to @wtdcode !)
|
||||||
|
@ -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.32c"
|
#define VERSION "++4.33a"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user