MCPcopy Index your code
hub / github.com/bytecode77/r77-rootkit / Inject

Function Inject

Helper/Helper.c:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99 return InstallR77Config();
100}
101BOOL Inject(DWORD processId, LPBYTE dll, DWORD dllSize)
102{
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);

Callers

nothing calls this directly

Calls 1

InjectDllFunction · 0.85

Tested by

no test coverage detected