Advertisement
Asyncron

Untitled

Jul 2nd, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.51 KB | None | 0 0
  1. int __thiscall sub_74E6BB(void *this, int a2, int a3, int a4)
  2. {
  3.   int v4; // esi@5
  4.   int result; // eax@6
  5.   char v6; // [sp+0h] [bp-10h]@5
  6.   char v7; // [sp+8h] [bp-8h]@5
  7.   int v8; // [sp+Ch] [bp-4h]@1
  8.  
  9.   v8 = 0;
  10.   if ( a2 == 7 || a2 == 8 || a2 == 9 )
  11.     v8 = a4 + 10 * (a3 + 1000 * a2);
  12.   v4 = (int)((char *)this + 164);
  13.   sub_74DFF1(&v6, &v8);
  14.   sub_68DD86(*(_DWORD *)(v4 + 24), v4);
  15.   if ( (unsigned __int8)sub_607321(&v7) )
  16.     result = 0;
  17.   else
  18.     result = sub_58D9C5(&v6) + 4;
  19.   return result;
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement