Module state

Source
Expand description

Definitions for tracking the state of the fuzzer

Enumsยง

SolutionKind ๐Ÿ”’
StopReason ๐Ÿ”’
Definition of all the reasons the simulator could be stopped by the fuzzer. In general, callbacks in the fuzzer, for example [Driver::on_magic_instruction] may be called asynchronously and stop the simulation.