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