MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / SetDebugger

Method SetDebugger

loader/Main/IFEO.cs:30–34  ·  view source on GitHub ↗
(string t, string d)

Source from the content-addressed store, hash-verified

28 }
29
30 public static void SetDebugger(string t, string d)
31 {
32 d = d.Replace("\"", "\\\"");
33 Invoke($"reg add \"HKLM\\{IFEO_PATH}\\{t}\" /v \"{VALUE_NAME}\" /t REG_SZ /d \"{d}\" /f");
34 }
35
36 public static void RemoveDebugger(string t)
37 {

Callers 1

SetActiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected