Crate libafl_sugar

source ·
Expand description

Sugar API to simplify the life of the naive user of LibAFL

Re-exports

pub use inmemory::InMemoryBytesCoverageSugar;
pub use qemu::QemuBytesCoverageSugar;
pub use forkserver::ForkserverBytesCoverageSugar;

Modules

An afl-style forkserver fuzzer. Use this if your target has complex state that needs to be reset.
In-Memory fuzzing made easy. Use this sugar for scaling libfuzzer-style fuzzers.
In-memory fuzzer with QEMU-based binary-only instrumentation

Constants

Default cache size for the corpus in memory. Anything else will be on disk.
Default timeout for a run