DarthTon / HyperBone

Minimalistic VT-x hypervisor with hooks
MIT License
822 stars 262 forks source link

__vmx_vmlaunch return 1 #14

Open ciyze0101 opened 7 years ago

ciyze0101 commented 7 years ago

hi, i debug __vmx_vmlaunch() return 1 and i try to get VM_INSTRUCTION_ERROR content, return 7.

ciyze0101 commented 7 years ago

in the ept.c file func EptEnable() //secondary.Fields.EnableEPT = TRUE; //if(g_Data->Features.VPID) // secondary.Fields.EnableVPID = TRUE; if i don't set EnableEPT tag, then _vmx_vmlaunch() will be OK

prisonnee commented 5 years ago

hi everyone I have the question , HyperBone: CPU 0: VmExitStartFailed: Failed to enter VM, reason 33, code 0 and i don't know what cause this error, please have any suggestion to me? thanks

GameNanny commented 5 years ago

hi everyone I have the question , HyperBone: CPU 0: VmExitStartFailed: Failed to enter VM, reason 33, code 0 and i don't know what cause this error, please have any suggestion to me? thanks

me too......