mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
v2.66c release preparation
This commit is contained in:
@ -4,9 +4,9 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Release Version: [2.65c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
Release Version: [2.66c](https://github.com/AFLplusplus/AFLplusplus/releases)
|
||||||
|
|
||||||
Github Version: 2.65d
|
Github Version: 2.66d
|
||||||
|
|
||||||
includes all necessary/interesting changes from Google's afl 2.56b
|
includes all necessary/interesting changes from Google's afl 2.56b
|
||||||
|
|
||||||
|
2
TODO.md
2
TODO.md
@ -1,6 +1,6 @@
|
|||||||
# TODO list for AFL++
|
# TODO list for AFL++
|
||||||
|
|
||||||
## Roadmap 2.65+
|
## Roadmap 2.66+
|
||||||
|
|
||||||
- AFL_MAP_SIZE for qemu_mode and unicorn_mode
|
- AFL_MAP_SIZE for qemu_mode and unicorn_mode
|
||||||
- namespace for targets? e.g. network
|
- namespace for targets? e.g. network
|
||||||
|
@ -9,7 +9,7 @@ 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.65d (dev)
|
### Version ++2.66c (release)
|
||||||
- renamed the main branch on Github to "stable"
|
- renamed the main branch on Github to "stable"
|
||||||
- renamed master/slave to main/secondary
|
- renamed master/slave to main/secondary
|
||||||
- renamed blacklist/whitelist to ignorelist/instrumentlist ->
|
- renamed blacklist/whitelist to ignorelist/instrumentlist ->
|
||||||
|
@ -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.65d"
|
#define VERSION "++2.66c"
|
||||||
|
|
||||||
/******************************************************
|
/******************************************************
|
||||||
* *
|
* *
|
||||||
|
@ -792,7 +792,6 @@ int main(int argc, char **argv_orig, char **envp) {
|
|||||||
OKF("Power schedules from github.com/mboehme/aflfast");
|
OKF("Power schedules from github.com/mboehme/aflfast");
|
||||||
OKF("Python Mutator and llvm_mode instrument file list from "
|
OKF("Python Mutator and llvm_mode instrument file list from "
|
||||||
"github.com/choller/afl");
|
"github.com/choller/afl");
|
||||||
OKF("afl-tmin fork server patch from github.com/nccgroup/TriforceAFL");
|
|
||||||
OKF("MOpt Mutator from github.com/puppet-meteor/MOpt-AFL");
|
OKF("MOpt Mutator from github.com/puppet-meteor/MOpt-AFL");
|
||||||
|
|
||||||
if (afl->sync_id && afl->is_main_node &&
|
if (afl->sync_id && afl->is_main_node &&
|
||||||
|
Reference in New Issue
Block a user