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

Method Bypass

WinSysCore/DriverHelper.cpp:576–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576bool DriverHelper::Bypass(DWORD flag) {
577 if (!OpenDevice())
578 return false;
579
580 DWORD bytes;
581 return ::DeviceIoControl(_hDevice, IOCTL_ARK_BYPASS_DETECT, &flag, sizeof(flag),
582 nullptr, 0, &bytes, nullptr);
583}
584
585bool DriverHelper::Unbypass(DWORD flag) {
586 if (!OpenDevice())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected