Re-exports§
pub use libafl;
pub use libafl_bolts;
Modules§
Agent
s represent communication participants like Alice, Bob or Eve.- The term module defines typed
Term
s of the formfn_add(x: u8, fn_square(y: u16)) → u16
. - The fuzzer module setups the fuzzing loop. It also is responsible for gathering feedback from runs and restarting processes if they crash.
- This module adds plotting capabilities to
Term
sand Traces. The output of the functions in this module can be passed to the command line utilitydot
which is part of graphviz. - The communication streams between
Agent
s. - This module define the execution
Trace
s. - Definition of the VariableData trait. A VariableData can contain any data which has a
'static
type.
Macros§
- This macro defines the precomputation syntax to add precomputations to an input action step