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

Method RemoveDebugger

loader/Main/IFEO.cs:36–39  ·  view source on GitHub ↗
(string t)

Source from the content-addressed store, hash-verified

34 }
35
36 public static void RemoveDebugger(string t)
37 {
38 Invoke($"reg delete \"HKLM\\{IFEO_PATH}\\{t}\" /f");
39 }
40
41 public static void Invoke(string args)
42 {

Callers 1

SetActiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected