Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ Devirtualize
Function
Devirtualize
Kernel-Bridge/API/Hypervisor.cpp:2775–2783 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2773
}
2774
2775
bool Devirtualize()
2776
{
2777
#ifdef _AMD64_
2778
DevirtualizeAllProcessors();
2779
return true;
2780
#else
2781
return false;
2782
#endif
2783
}
2784
2785
bool InterceptPage(
2786
unsigned long long Pa,
Callers
3
OnDriverUnload
Function · 0.85
OnSystemSleep
Function · 0.85
KbVmmDisable
Function · 0.85
Calls
1
DevirtualizeAllProcessors
Function · 0.85
Tested by
no test coverage detected