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

Method LoadModule

User-Bridge/API/SymParser.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29
30BOOL SymParser::LoadModule(LPCWSTR ModulePath, OPTIONAL DWORD64 ImageBase, OPTIONAL DWORD ImageSize) {
31 ModuleBase = SymLoadModuleEx(hProcess, NULL, ModulePath, NULL, ImageBase, ImageSize, NULL, 0);
32 return ModuleBase != NULL;
33}
34
35
36std::wstring SymParser::GetSymName(ULONG Index, OPTIONAL OUT PBOOL Status) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected