Module libafl::events::simple[][src]

Expand description

A very simple event manager, that just supports log outputs, but no multiprocessing

Structs

SimpleEventManager

A simple, single-threaded event manager that just logs

SimpleRestartingEventManager

Provides a builder which can be used to build a [RestartingMgr], which is a combination of a restarter and runner, that can be used on systems both with and without fork support. The restarter will start a new process each time the child crashes or times out.