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

Function OnUnload

LoadableModule/Main.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7}
8
9NTSTATUS NTAPI OnUnload()
10{
11 DbgPrint("[LOADABLE]: OnUnload\r\n");
12 return STATUS_SUCCESS;
13}
14
15NTSTATUS NTAPI OnDeviceControl(ULONG CtlCode, OPTIONAL PVOID Argument)
16{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected