Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ EptHandler
Method
EptHandler
Kernel-Bridge/API/Hypervisor.cpp:1211–1215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1209
1210
public:
1211
EptHandler(__in EPT_TABLES* Ept)
1212
: m_Ept(Ept)
1213
, m_PendingHandler({})
1214
, m_InveptDescriptor({})
1215
{}
1216
1217
~EptHandler()
1218
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected