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