| 13 | } |
| 14 | |
| 15 | NTSTATUS NTAPI OnDeviceControl(ULONG CtlCode, OPTIONAL PVOID Argument) |
| 16 | { |
| 17 | DbgPrint("[LOADABLE]: OnDeviceControl: 0x%X, 0x%p\r\n", CtlCode, Argument); |
| 18 | return STATUS_SUCCESS; |
| 19 | } |
| 20 | |
| 21 | extern "C" NTSTATUS NTAPI DriverEntry( |
| 22 | _In_ PDRIVER_OBJECT DriverObject, |
nothing calls this directly
no outgoing calls
no test coverage detected