MCPcopy 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

KbGetModuleHandleFunction · 0.85
ThreadingTestsFunction · 0.85
VirtualMemoryTestsFunction · 0.85

Calls 1

GetModuleHandleMethod · 0.80

Tested by

no test coverage detected