Module libafl::observers::cmp

source ·
Expand description

The CmpObserver provides access to the logged values of CMP instructions

Structs

Enums

  • Compare values collected during a run

Traits

  • A CmpMap traces comparisons during the current execution
  • A CmpObserver observes the traced comparisons during the current execution using a CmpMap
  • Generic metadata trait for use in a CmpObserver, which adds comparisons from a CmpObserver primarily intended for use with AFLppCmpValuesMetadata or CmpValuesMetadata

Type Aliases