mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 20:48:07 +00:00
v2.67d
This commit is contained in:
@ -9,6 +9,10 @@ Want to stay in the loop on major new features? Join our mailing list by
|
|||||||
sending a mail to <afl-users+subscribe@googlegroups.com>.
|
sending a mail to <afl-users+subscribe@googlegroups.com>.
|
||||||
|
|
||||||
|
|
||||||
|
### Version ++2.67d (develop)
|
||||||
|
- Fix for auto dictionary not to throw out a -x dictionary
|
||||||
|
|
||||||
|
|
||||||
### Version ++2.67c (release)
|
### Version ++2.67c (release)
|
||||||
- Support for improved afl++ snapshot module:
|
- Support for improved afl++ snapshot module:
|
||||||
https://github.com/AFLplusplus/AFL-Snapshot-LKM
|
https://github.com/AFLplusplus/AFL-Snapshot-LKM
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
/* Version string: */
|
/* Version string: */
|
||||||
|
|
||||||
// c = release, d = volatile github dev, e = experimental branch
|
// c = release, d = volatile github dev, e = experimental branch
|
||||||
#define VERSION "++2.67c"
|
#define VERSION "++2.67d"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
Reference in New Issue
Block a user