Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int __cdecl sub_8FF260(int a1)
- {
- void *v1; // ecx@2
- int v2; // edi@3
- int v3; // esi@3
- __int64 v4; // qax@3
- int result; // eax@4
- if ( (unsigned __int8)sub_8FF180(a1) && (v1 = *(void **)sub_C31930((void *)a1), v1 != 0 ? (int)sub_A51520 : 0) )
- {
- v4 = sub_C2FD60(v1);
- v2 = HIDWORD(v4);
- v3 = v4;
- if ( (unsigned __int8)(*(int (__stdcall **)(_DWORD, _DWORD))(*(_DWORD *)dword_1BA6308 + 8))(v4, HIDWORD(v4)) )
- result = (*(int (__stdcall **)(signed int, int, int))(*(_DWORD *)dword_1BA6308 + 32))(43, v3, v2);
- else
- result = 0;
- }
- else
- {
- result = 0;
- }
- return result;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement