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

Method GetConfigSystemKey

TestConsole/Helper/ConfigSystem.cs:86–89  ·  view source on GitHub ↗

Returns the registry key that represents the configuration system. Call to ensure that this key exists. The registry key that represents the configuration system.

()

Source from the content-addressed store, hash-verified

84 /// The registry key that represents the configuration system.
85 /// </returns>
86 public static RegistryKey? GetConfigSystemKey()
87 {
88 return Registry.LocalMachine.OpenSubKey($@"SOFTWARE\{R77Const.HidePrefix}config", true);
89 }
90 /// <summary>
91 /// Retrieves the r77 configuration system.
92 /// </summary>

Callers 3

HideMethod · 0.80
UnhideMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected