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

Expand description

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

Structs

Use a const size to speedup Feedback::is_interesting when the user can know the size of the map at compile time.

Map observer with hitcounts postprocessing

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.

Overlooking a variable bitmap

Traits

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