예제 #1
0
 private static bool smethod_1(Process process_0)
 {
     try
     {
         bool bool_0 = false;
         Class8.CheckRemoteDebuggerPresent(process_0.Handle, ref bool_0);
         return(bool_0);
     }
     catch (Exception ex)
     {
         return(false);
     }
 }