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

Method CreateConfigSystem

TestConsole/Helper/HelperDll.cs:37–42  ·  view source on GitHub ↗

Creates the registry key HKLM\SOFTWARE\$77config, if it does not exist. , if creation succeeded; , if creation failed.

()

Source from the content-addressed store, hash-verified

35 /// <see langword="false" />, if creation failed.
36 /// </returns>
37 public static bool CreateConfigSystem()
38 {
39 return nint.Size == 4
40 ? Helper32Dll.CreateConfigSystem()
41 : Helper64Dll.CreateConfigSystem();
42 }
43 /// <summary>
44 /// Injects r77 into a specific process.
45 /// </summary>

Callers 1

EnsureConfigSystemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected