@ -125,7 +125,7 @@ mm.cpp and mm.hpp contain all of the memory managment code. Hyper-v has a self r
This is crucial as without knowing where the PML4 of the current logical processor is located in virtual memory, there is no way to interface with physical memory.
This is crucial as without knowing where the PML4 of the current logical processor is located in virtual memory, there is no way to interface with physical memory.
Each logical processor running under hyper-v has its own host cr3 value (each core has its own host PML4).
Each logical processor running under hyper-v has its own host cr3 value (each core has its own host PML4).
@ -160,4 +160,4 @@ are more then 256 cores on the system then this code above will not work.
The demo project contains everything one would need to start coding using libvoyager. The demo uses VDM to get the dirbase of explorer.exe and the hypervisor
The demo project contains everything one would need to start coding using libvoyager. The demo uses VDM to get the dirbase of explorer.exe and the hypervisor