pub fn roundtrip(inst: &Inst<FuzzRegs>)Expand description
Take a random assembly instruction and check its encoding and pretty-printing against a known-good disassembler.
This uses Capstone as the disassembler oracle; see roundtrip_with for the
oracle-agnostic core.
ยงPanics
This function panics to express failure as expected by the arbitrary
fuzzer infrastructure. It may fail during assembly, disassembly, or when
comparing the disassembled strings.