MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / AttachToProcess

Function AttachToProcess

Source/Client/NM_Sys/API/ProcessesUtils.cpp:88–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87 _IRQL_requires_max_(APC_LEVEL)
88 BOOLEAN AttachToProcess(PEPROCESS Process, OUT PKAPC_STATE ApcState)
89 {
90 if (!Process || !ApcState)
91 return FALSE;
92
93 KeStackAttachProcess(Process, ApcState);
94 return TRUE;
95 }
96
97 _IRQL_requires_max_(APC_LEVEL)
98 VOID DetachFromProcess(IN PKAPC_STATE ApcState)

Callers 1

AttachToProcessByPidFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected