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

Function CreateConfigSystem

Helper/Helper.c:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 return result;
96}
97BOOL CreateConfigSystem()
98{
99 return InstallR77Config();
100}
101BOOL Inject(DWORD processId, LPBYTE dll, DWORD dllSize)
102{
103 return InjectDll(processId, dll, dllSize);

Callers

nothing calls this directly

Calls 1

InstallR77ConfigFunction · 0.85

Tested by

no test coverage detected