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

Function DetachRootkit

r77/Rootkit.c:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73}
74static VOID DetachRootkit()
75{
76 // A thread was created with a pointer to DetachRootkit(), thus requesting the rootkit to remove itself gracefully.
77 UninitializeRootkit();
78}
79
80BOOL HasPrefix(LPCWSTR str)
81{

Callers

nothing calls this directly

Calls 1

UninitializeRootkitFunction · 0.85

Tested by

no test coverage detected