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

Function AttachToProcess

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

Source from the content-addressed store, hash-verified

119
120 _IRQL_requires_max_(APC_LEVEL)
121 BOOLEAN AttachToProcess(PEPROCESS Process, OUT PKAPC_STATE ApcState) {
122 if (!Process || !ApcState) return FALSE;
123 KeStackAttachProcess(Process, ApcState);
124 return TRUE;
125 }
126
127 _IRQL_requires_max_(APC_LEVEL)
128 VOID DetachFromProcess(IN PKAPC_STATE ApcState) {

Callers 1

AttachToProcessByPidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected