Struct libafl::executors::timeout::TimeoutExecutor [−][src]
pub struct TimeoutExecutor<E> { /* fields omitted */ }Expand description
The timeout excutor is a wrapper that sets a timeout before each run
Implementations
Create a new TimeoutExecutor, wrapping the given executor and checking for timeouts.
This should usually be used for InProcess fuzzing.
Trait Implementations
impl<E, EM, I, S, Z> Executor<EM, I, S, Z> for TimeoutExecutor<E> where
E: Executor<EM, I, S, Z>,
I: Input,
impl<E, EM, I, S, Z> Executor<EM, I, S, Z> for TimeoutExecutor<E> where
E: Executor<EM, I, S, Z>,
I: Input,
Instruct the target about the input and run
fn with_observers<OT>(self, observers: OT) -> WithObservers<Self, OT> where
Self: Sized,
OT: ObserversTuple<I, S>,
fn with_observers<OT>(self, observers: OT) -> WithObservers<Self, OT> where
Self: Sized,
OT: ObserversTuple<I, S>,
Wraps this Executor with the given ObserversTuple to implement HasObservers. Read more
impl<E, I, OT, S> HasObservers<I, OT, S> for TimeoutExecutor<E> where
E: HasObservers<I, OT, S>,
OT: ObserversTuple<I, S>,
impl<E, I, OT, S> HasObservers<I, OT, S> for TimeoutExecutor<E> where
E: HasObservers<I, OT, S>,
OT: ObserversTuple<I, S>,
Auto Trait Implementations
impl<E> RefUnwindSafe for TimeoutExecutor<E> where
E: RefUnwindSafe,
impl<E> Send for TimeoutExecutor<E> where
E: Send,
impl<E> Sync for TimeoutExecutor<E> where
E: Sync,
impl<E> Unpin for TimeoutExecutor<E> where
E: Unpin,
impl<E> UnwindSafe for TimeoutExecutor<E> where
E: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
type PreprendResult = Tail
type PreprendResult = Tail
The Resulting TupleList, of an Prepend::prepend() call,
including the prepended entry. Read more
type Output = T
type Output = T
Should always be Self