Expand description
Definitions for tracking the state of the fuzzer
Enumsยง
- Solution
Kind ๐ - Stop
Reason ๐ - 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.