MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / PAGE_HANDLER

Class PAGE_HANDLER

Kernel-Bridge/API/Hypervisor.cpp:980–987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978 };
979
980 struct PAGE_HANDLER
981 {
982 EPT_PTE OnRead;
983 EPT_PTE OnWrite;
984 EPT_PTE OnExecute;
985 EPT_PTE OnExecuteRead;
986 EPT_PTE OnExecuteWrite;
987 };
988
989 struct EPT_PTE_HANDLER
990 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected