Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
KbUnloadModule
Function · 0.85
Calls
1
Unload
Method · 0.80
Tested by
no test coverage detected