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

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

An EventManager that forwards all events to other attached fuzzers on shared maps or via tcp, using low-level message passing, crate::bolts::llmp.

Implementations

Create a manager from a raw llmp client

Create llmp on a port If the port is not yet bound, it will act as broker Else, it will act as client.

If a client respawns, it may reuse the existing connection, previously stored by LlmpClient::to_env().

Describe the client event mgr’s llmp parts in a restorable fashion

Create an existing client from description

Write the config for a client EventManager to env vars, a new client can reattach using LlmpEventManager::existing_client_from_env().

Trait Implementations

Formats the value using the given formatter. Read more

LLMP clients will have to wait until their pages are mapped by somebody.

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,

For restarting event managers, implement a way to forward state to their next peers.

Gets the id assigned to this staterestorer.

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.