Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ GetModuleHandle
Function
GetModuleHandle
Kernel-Bridge/Kernel-Bridge/LoadableModules.cpp:226–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
PVOID GetModuleHandle(LPCWSTR ModuleName) {
227
return Modules.GetModuleHandle(ModuleName);
228
}
229
}
Callers
3
KbGetModuleHandle
Function · 0.85
ThreadingTests
Function · 0.85
VirtualMemoryTests
Function · 0.85
Calls
1
GetModuleHandle
Method · 0.80
Tested by
no test coverage detected