feat add protect list

This commit is contained in:
2026-06-03 10:03:26 +08:00
parent 93417ef728
commit 762cedc015
10 changed files with 163 additions and 10 deletions
+6
View File
@@ -50,8 +50,14 @@ auto io_ctl::dispatch_device_io(PDEVICE_OBJECT devcie_object, PIRP irp) -> NTSTA
{
UNREFERENCED_PARAMETER(devcie_object);
NTSTATUS status{ 0 };
/*auto stack = IoGetCurrentIrpStackLocation(irp);
switch (stack->Parameters.DeviceIoControl.IoControlCode)
{
default:
break;
}*/
irp->IoStatus.Information = 0;
irp->IoStatus.Status = status;