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

Function KbRtlLoadModuleFile

User-Bridge/API/Rtl-Bridge.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 KbLdrStatus WINAPI KbRtlLoadModuleFile(LPCWSTR ModulePath, LPCWSTR ModuleName, OUT WdkTypes::HMODULE* hModule)
199 {
200 FileReader Reader;
201 if (!Reader.Load(ModulePath)) return KbLdrCreationFailure;
202 return KbRtlLoadModuleMemory(Reader.GetMemory(), ModuleName, hModule);
203 }
204}

Callers

nothing calls this directly

Calls 3

KbRtlLoadModuleMemoryFunction · 0.85
GetMemoryMethod · 0.80
LoadMethod · 0.45

Tested by

no test coverage detected