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

Function DriverEntry

LoadableModule/Main.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21extern "C" NTSTATUS NTAPI DriverEntry(
22 _In_ PDRIVER_OBJECT DriverObject,
23 _In_ PUNICODE_STRING RegistryPath
24) {
25 UNREFERENCED_PARAMETER(DriverObject);
26 UNREFERENCED_PARAMETER(RegistryPath);
27 return STATUS_SUCCESS;
28}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected