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

Function UnloadModule

Kernel-Bridge/Kernel-Bridge/LoadableModules.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 NTSTATUS UnloadModule(PVOID hModule) {
223 return Modules.Unload(hModule);
224 }
225
226 PVOID GetModuleHandle(LPCWSTR ModuleName) {
227 return Modules.GetModuleHandle(ModuleName);

Callers 1

KbUnloadModuleFunction · 0.85

Calls 1

UnloadMethod · 0.80

Tested by

no test coverage detected