| 1434 | } |
| 1435 | |
| 1436 | NTSTATUS AntiRootkitShutdown(PDEVICE_OBJECT, PIRP Irp) { |
| 1437 | return CompleteIrp(Irp, STATUS_SUCCESS); |
| 1438 | } |
| 1439 | |
| 1440 | NTSTATUS AntiRootkitRead(PDEVICE_OBJECT, PIRP Irp) { |
| 1441 | auto stack = IoGetCurrentIrpStackLocation(Irp); |
nothing calls this directly
no test coverage detected