mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
added shmem support to unicornafl
This commit is contained in:
parent
83112ed5e0
commit
304a72c1ff
@ -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.");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
37067ac
|
||||
f633b2a
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 707060cbc3b9d978f6e47d037ad05b2bfc5e88a9
|
||||
Subproject commit f633b2a6d918631a9f37f3785449f331e4301551
|
Loading…
x
Reference in New Issue
Block a user