Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- private static int smethod_0(IntPtr intptr_0, IntPtr intptr_1)
- {
- string[] array = new string[]
- {
- "OLLYDBG"
- };
- string strA = Class22.smethod_1(intptr_0);
- string[] array2 = array;
- for (int i = 0; i < array2.Length; i++)
- {
- string strB = array2[i];
- if (string.Compare(strA, strB, true) == 0)
- {
- Class22.bool_0 = true;
- return 0;
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment