Function libafl::events::llmp::setup_restarting_mgr_std

source ·
pub fn setup_restarting_mgr_std<MT, S>(
    monitor: MT,
    broker_port: u16,
    configuration: EventConfig
) -> Result<(Option<S>, LlmpRestartingEventManager<(), S, StdShMemProvider>), Error>
where MT: Monitor + Clone, S: State + HasExecutions,
Expand description

Sets up a restarting fuzzer, using the StdShMemProvider, and standard features. The restarting mgr is a combination of restarter and runner, that can be used on systems with and without fork support. The restarter will spawn a new process each time the child crashes or timeouts.