Module libafl::observers[][src]

Expand description

Observers give insights about runs of a target, such as coverage, timing, stack depth, and more.

Re-exports

pub use map::*;
pub use cmp::*;

Modules

The CmpObserver provides access to the logged values of CMP instructions

Concolic Tracing

The MapObserver provides access a map, usually injected into the target

Structs

A simple observer, just overlooking the runtime of the target.

Traits

Observers observe different information about the target. They can then be used by various sorts of feedback.

A haskell-style tuple of observers