Crate x86emu

Source

Modules§

fast_path
Emulation fast paths for specific use cases.

Structs§

Emulator
An instruction emulator.
RegisterIndex

Enums§

AlignmentMode
Error
Gp
GpSize
Segment

Constants§

MAX_REP_LOOPS
Maximum number of repetitions that will be completed in a single run for rep prefixed instructions. After this many iterations we’ll return control to the processor to process any outstanding interrupts or other events. However we won’t increment RIP, so we’ll be re-entered where we left off.

Traits§

Cpu
Trait for asynchronous callouts from the emulator to the VM.