Advertisement
expired6978

Untitled

Oct 21st, 2012
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.63 KB | None | 0 0
  1. int __cdecl sub_8FF260(int a1)
  2. {
  3.   void *v1; // ecx@2
  4.   int v2; // edi@3
  5.   int v3; // esi@3
  6.   __int64 v4; // qax@3
  7.   int result; // eax@4
  8.  
  9.   if ( (unsigned __int8)sub_8FF180(a1) && (v1 = *(void **)sub_C31930((void *)a1), v1 != 0 ? (int)sub_A51520 : 0) )
  10.   {
  11.     v4 = sub_C2FD60(v1);
  12.     v2 = HIDWORD(v4);
  13.     v3 = v4;
  14.     if ( (unsigned __int8)(*(int (__stdcall **)(_DWORD, _DWORD))(*(_DWORD *)dword_1BA6308 + 8))(v4, HIDWORD(v4)) )
  15.       result = (*(int (__stdcall **)(signed int, int, int))(*(_DWORD *)dword_1BA6308 + 32))(43, v3, v2);
  16.     else
  17.       result = 0;
  18.   }
  19.   else
  20.   {
  21.     result = 0;
  22.   }
  23.   return result;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement