MCPcopy Create free account
hub / github.com/NullTerminatorr/NullHook / DriverEntry

Function DriverEntry

KernelCheatYT/main.cpp:3–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "hook.h"
2
3extern "C" NTSTATUS DriverEntry(PDRIVER_OBJECT driver_object, PUNICODE_STRING reg_path)
4{
5 UNREFERENCED_PARAMETER(driver_object);
6 UNREFERENCED_PARAMETER(reg_path);
7
8 nullhook::call_kernel_function(&nullhook::hook_handler);
9
10 return STATUS_SUCCESS;
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected