MCPcopy Create free account
hub / github.com/bytecode77/r77-rootkit / DetachAll

Function DetachAll

Helper/Helper.c:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 return DetachInjectedProcessById(processId);
112}
113BOOL DetachAll()
114{
115 DetachAllInjectedProcesses();
116 return TRUE;
117}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected