You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 18, 2026. It is now read-only.
When the operating system is running at Win 10.19043 or 19044, calling the function EptpConstructTables to construct ept tables will generate BSOD, because MmGetVirtualForPhysical cannot convert the physical address corresponding to the NonPagedPoolNx type memory. So it will cause a null pointer exception and crash.
When the operating system is running at Win 10.19043 or 19044, calling the function EptpConstructTables to construct ept tables will generate BSOD, because MmGetVirtualForPhysical cannot convert the physical address corresponding to the NonPagedPoolNx type memory. So it will cause a null pointer exception and crash.