Skip to content

Commit 0c5d7bf

Browse files
committed
Add DbgPrint
1 parent df56b75 commit 0c5d7bf

39 files changed

Lines changed: 9 additions & 10 deletions
-512 Bytes
Binary file not shown.
16 KB
Binary file not shown.

MonikaDriver-Win10/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ NTSTATUS DeviceCTL(PDEVICE_OBJECT DeviceObj, PIRP myIRP)
4545
switch (myIRPsp->Parameters.DeviceIoControl.IoControlCode)
4646
{
4747
case RING3TO0_OBJ:
48+
DbgPrint("Task Type: 0x%X\n", buffer->type);
4849
switch (buffer->type)
4950
{
5051
case RING3_REQUIRE_TESTSTR:
Binary file not shown.
-352 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)