Module libafl::feedbacks::map[][src]

Expand description

Map feedback, maximizing or minimizing maps, for example the afl-style map observer.

Structs

The most common AFL-like feedback type

The state of MapFeedback

A testcase metadata holding a list of indexes of a map

A testcase metadata holding a list of indexes of a map

A MinReducer reduces Integer values and returns their maximum.

A MinReducer reduces Integer values and returns their minimum.

A ReachabilityFeedback reports if a target has been reached.

Traits

A Reducer function is used to aggregate values for the novelty search

Type Definitions

A MapFeedback that strives to maximize the map contents.

A MapFeedback that strives to minimize the map contents.