Guest User

Untitled

a guest
Oct 10th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1.         private static int smethod_0(IntPtr intptr_0, IntPtr intptr_1)
  2.         {
  3.             string[] array = new string[]
  4.             {
  5.                 "OLLYDBG"
  6.             };
  7.             string strA = Class22.smethod_1(intptr_0);
  8.             string[] array2 = array;
  9.             for (int i = 0; i < array2.Length; i++)
  10.             {
  11.                 string strB = array2[i];
  12.                 if (string.Compare(strA, strB, true) == 0)
  13.                 {
  14.                     Class22.bool_0 = true;
  15.                     return 0;
  16.                 }
  17.             }
  18.             return 1;
  19.         }
Advertisement
Add Comment
Please, Sign In to add comment