Crate x86emu

Source

Modules§

  • Emulation fast paths for specific use cases.

Structs§

Enums§

Constants§

  • 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§

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