Beispiel #1
0
 // Token: 0x06000186 RID: 390 RVA: 0x0000BF0C File Offset: 0x0000A10C
 public static void ScanAndKill()
 {
     if (AntiDebug.Scan(true) != 0)
     {
         AntiDebug.badExit();
     }
 }
Beispiel #2
0
 // Token: 0x06000185 RID: 389 RVA: 0x0000BED8 File Offset: 0x0000A0D8
 public static void StartAn()
 {
     for (;;)
     {
         AntiDebug.ScanAndKill();
         if (DebugProtect1.PerformChecks() == 1)
         {
             AntiDebug.badExit();
         }
         if (DebugProtect2.PerformChecks() == 1)
         {
             AntiDebug.badExit();
         }
         Thread.Sleep(1000);
     }
 }