Struct libafl::events::llmp::LlmpRestartingEventManager[][src]

pub struct LlmpRestartingEventManager<I, OT, S, SP> where
    I: Input,
    OT: ObserversTuple<I, S>,
    SP: ShMemProvider + 'static, 
{ /* fields omitted */ }
Expand description

A manager that can restart on the fly, storing states in-between (in on_resatrt)

Implementations

Create a new runner, the executed child doing the actual fuzzing.

Get the staterestorer

Get the staterestorer (mut)

Trait Implementations

Formats the value using the given formatter. Read more

Send off an Event to the broker Read more

Get the configuration

Serialize all observers for this type and manager

Lookup for incoming events and process them. Return the number of processes events or an error Read more

Deserialize all observers for this type and manager

The llmp client needs to wait until a broker mapped all pages, before shutting down. Otherwise, the OS may already have removed the shared maps,

Reset the single page (we reuse it over and over from pos 0), then send the current state to the next runner.

The id of this manager. For Multiprocessed EventManagers, each client sholud have a unique ids. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The Resulting TupleList, of an Prepend::prepend() call, including the prepended entry. Read more

Prepend a value to this tuple, returning a new tuple with prepended value.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.