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

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

Structs

MapFeedback

The most common AFL-like feedback type

MapIndexesMetadata

A testcase metadata holding a list of indexes of a map

MapNoveltiesMetadata

A testcase metadata holding a list of indexes of a map

MaxReducer

A MinReducer reduces Integer values and returns their maximum.

MinReducer

A MinReducer reduces Integer values and returns their minimum.

ReachabilityFeedback

A ReachabilityFeedback reports if a target has been reached.

Traits

Reducer

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

Type Definitions

MaxMapFeedback

A MapFeedback that strives to maximize the map contents.

MinMapFeedback

A MapFeedback that strives to minimize the map contents.