mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
new forkserver check
This commit is contained in:
@ -1017,6 +1017,12 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
|
|||||||
|
|
||||||
if (rlen == 4) {
|
if (rlen == 4) {
|
||||||
|
|
||||||
|
if (memcmp((char*)status, "AFL", 3) == 0) {
|
||||||
|
|
||||||
|
FATAL("Target uses the new forkserver model, you need to switch to a newer afl-fuzz too!");
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if (!be_quiet) { OKF("All right - fork server is up."); }
|
if (!be_quiet) { OKF("All right - fork server is up."); }
|
||||||
|
|
||||||
if (getenv("AFL_DEBUG")) {
|
if (getenv("AFL_DEBUG")) {
|
||||||
|
Reference in New Issue
Block a user