7)pending debug exceptions 字段用来记录和设置guest存在未处理而pending(悬挂)的#DB异常 DebugPoint 8)VMCS link pointer 字段 仅用在SMM双重监控处理机制下 9)VMCS-preemption timer value 字段 用于提供一个32位的定时器初始化计数值 10)PDPTEs字段(Page-Directory Pointer Table Entries 页目录指针表项) 共有4...
BOOLEANClearVmcsState(VIRTUAL_MACHINE_STATE*GuestState){// Clear the state of the VMCS to inactiveintstatus=__vmx_vmclear(&GuestState->VmcsRegion);DbgPrint("[*] VMCS VMCLAEAR Status is : %d\n",status);if(status){// Otherwise, terminate the VMXDbgPrint("[*] VMCS failed to clear with...