Module libafl::observers::map[][src]

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

Structs

HitcountsMapObserver

Map observer with hitcounts postprocessing

StdMapObserver

The Map Observer retrieves the state of a map, that will get updated by the target. A well-known example is the AFL-Style coverage map.

VariableMapObserver

Overlooking a variable bitmap

Traits

MapObserver

A MapObserver observes the static map, as oftentimes used for afl-like coverage information