Example #1
0
 public static void DbgAttachDebugger()
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.DbgAttachDebugger());
     }
     else
     {
         Force(NativeAPI_x86.DbgAttachDebugger());
     }
 }