Ejemplo n.º 1
0
 public void ProtectFromExternalProcesses(int Action)
 {
     SecureImports.hProtectFromExternalProcesses(Action);
 }
Ejemplo n.º 2
0
 public static bool IsDebuggerAttached()
 {
     return(SecureImports.hIsDebuggerP() || Debugger.IsAttached || Debugger.IsLogging() ? true : false);
 }