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