HyperDbg Debugger
|
The functions for passing vm-exits in vmx root. More...
#include "pch.h"
Functions | |
VOID | VmxHandleXsetbv (VIRTUAL_MACHINE_STATE *VCpu) |
Handling XSETBV Instruction vm-exits. | |
VOID | VmxHandleVmxPreemptionTimerVmexit (VIRTUAL_MACHINE_STATE *VCpu) |
Handling VMX Preemption Timer vm-exits. | |
VOID | VmxHandleTripleFaults (VIRTUAL_MACHINE_STATE *VCpu) |
Handling triple fault VM-exits. | |
The functions for passing vm-exits in vmx root.
VOID VmxHandleTripleFaults | ( | VIRTUAL_MACHINE_STATE * | VCpu | ) |
Handling triple fault VM-exits.
VCpu | The virtual processor's state |
VOID VmxHandleVmxPreemptionTimerVmexit | ( | VIRTUAL_MACHINE_STATE * | VCpu | ) |
Handling VMX Preemption Timer vm-exits.
VCpu | The virtual processor's state |
VOID VmxHandleXsetbv | ( | VIRTUAL_MACHINE_STATE * | VCpu | ) |
Handling XSETBV Instruction vm-exits.
VCpu |