Module libafl::events

source ·
Expand description

An EventManager manages all events that go to other instances of the fuzzer. The messages are commonly information about new Testcases as well as stats and other Events.

Re-exports

Modules

  • A wrapper manager to implement a main-secondary architecture with point-to-point channels
  • The Launcher launches multiple fuzzer instances in parallel. Thanks to it, we won’t need a for loop in a shell script…
  • LLMP-backed event manager for scalable multi-processed fuzzing
  • EventManager Python bindings
  • A very simple event manager, that just supports log outputs, but no multiprocessing
  • TCP-backed event manager for scalable multi-processed fuzzing

Structs

Enums

Statics

Traits