parent
31357aa7e2
commit
df6271a0f3
@ -8,7 +8,7 @@ use frida_gum::{
|
||||
#[cfg(windows)]
|
||||
use libafl::{
|
||||
executors::inprocess::{HasInProcessHandlers, InProcessHandlers},
|
||||
state::{HasClientPerfMonitor, HasSolutions},
|
||||
state::{HasClientPerfMonitor, HasFuzzedCorpusId, HasSolutions},
|
||||
};
|
||||
use libafl::{
|
||||
executors::{Executor, ExitKind, HasObservers, InProcessExecutor},
|
||||
@ -200,7 +200,7 @@ impl<'a, 'b, 'c, H, OT, RT, S> HasInProcessHandlers
|
||||
for FridaInProcessExecutor<'a, 'b, 'c, H, OT, RT, S>
|
||||
where
|
||||
H: FnMut(&S::Input) -> ExitKind,
|
||||
S: UsesInput + HasClientPerfMonitor + HasSolutions,
|
||||
S: UsesInput + HasClientPerfMonitor + HasSolutions + HasFuzzedCorpusId,
|
||||
S::Input: HasTargetBytes,
|
||||
OT: ObserversTuple<S>,
|
||||
RT: FridaRuntimeTuple,
|
||||
|
Loading…
x
Reference in New Issue
Block a user