Type Alias libafl::feedbacks::map::AlwaysInterestingMapFeedback

source ·
pub type AlwaysInterestingMapFeedback<C, O, T> = MapFeedback<C, AllIsNovel, O, NopReducer, T>;
Expand description

A MapFeedback that always returns true for is_interesting. Useful for tracing all executions.

Aliased Type§

struct AlwaysInterestingMapFeedback<C, O, T> { /* private fields */ }