mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
added shmem support to unicornafl
This commit is contained in:
@ -522,6 +522,10 @@ void afl_fsrv_start(afl_forkserver_t *fsrv, char **argv,
|
||||
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
FATAL("Target requested sharedmem fuzzing, but we failed to enable it.");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user