MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / DetachFromProcess

Function DetachFromProcess

Kernel-Bridge/API/ProcessesUtils.cpp:128–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127 _IRQL_requires_max_(APC_LEVEL)
128 VOID DetachFromProcess(IN PKAPC_STATE ApcState) {
129 KeUnstackDetachProcess(ApcState);
130 }
131 }
132
133 namespace Terminator {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected