ionescu007 / SimpleVisor

SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
http://ionescu007.github.io/SimpleVisor/
1.69k stars 259 forks source link

Is this line code right? #41

Closed CrazyHarb closed 4 years ago

CrazyHarb commented 4 years ago

Hi, the 'shvvmx.c' line 131. Is the code "ShvOsGetPhysicalAddress(&VpData->Epdpt)" right ? I think maybe the code "ShvOsGetPhysicalAddress(VpData->Epdpt)" is right. ;)

hypervisor commented 4 years ago

No, it’s correct.

CrazyHarb commented 4 years ago

No, it’s correct.

Thank you. I got it.