Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bool __fastcall sub_13FF5F778(__int64 a1, unsigned int a2)
- {
- unsigned int v2; // ebx@1
- bool result; // al@2
- LOBYTE(a1) = 1;
- v2 = a2;
- if ( !(unsigned __int8)sub_14022F030(a1)
- || (unsigned __int8)sub_13FF69690(0i64)
- || (unsigned __int8)sub_13FF69680(0i64)
- || (signed int)v2 > 0 && ((unsigned __int8)sub_13FF69690(v2) || (unsigned __int8)sub_13FF69680(v2)) )
- {
- result = 0;
- }
- else
- {
- result = byte_141887399 != 0;
- }
- return result;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement