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

Function OnLoad

LoadableModule/Main.cpp:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <wdm.h>
2
3NTSTATUS NTAPI OnLoad(PVOID hModule, LPCWSTR ModuleName)
4{
5 DbgPrint("[LOADABLE]: OnLoad %ws 0x%p\r\n", ModuleName, hModule);
6 return STATUS_SUCCESS;
7}
8
9NTSTATUS NTAPI OnUnload()
10{

Callers 1

LoadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected