MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / AntiRootkitShutdown

Function AntiRootkitShutdown

Anti-Rootkit/ARK.cpp:1436–1438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434}
1435
1436NTSTATUS AntiRootkitShutdown(PDEVICE_OBJECT, PIRP Irp) {
1437 return CompleteIrp(Irp, STATUS_SUCCESS);
1438}
1439
1440NTSTATUS AntiRootkitRead(PDEVICE_OBJECT, PIRP Irp) {
1441 auto stack = IoGetCurrentIrpStackLocation(Irp);

Callers

nothing calls this directly

Calls 1

CompleteIrpFunction · 0.85

Tested by

no test coverage detected