Transition Map
ConceptIn ProcessorFuzz, the Transition Map (TM) is the session-wide data structure used to remember previously observed CSR transitions. The Transition Unit queries it to decide whether a test input exposes a new transition and should be treated as interesting.
WIKI
Overview
In the ProcessorFuzz workflow, the Transition Map (TM) records CSR transitions that have already been observed during a fuzzing session. After the Transition Unit creates tuples for detected transitions, it queries the map to determine whether each transition is new or a duplicate. Tuples representing new transitions are added to the map, and the corresponding test input is marked as interesting. The transition map starts empty at the beginning of a fuzzing session and is maintained throughout the session.
Role in ProcessorFuzz
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →