// // sub_55C9C from 0x55c9c to 0x55d20 (132 bytes) // // 4 xrefs: // > sub_54DB0 @ 0x54f50 // > sub_59D94 @ 0x59ee8 // > sub_5A244 @ 0x5a330 // > sub_5C594 @ 0x5c5ac // // This function is hookable on this platform! // // Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA // Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings // __int64 __fastcall sub_55C9C(__int64 a1, __int64 a2, unsigned int a3, unsigned int a4, __int64 a5, __int64 a6) { __int64 result; // x0 unsigned int v13; // w19 result = sub_7BA10(*(_QWORD *)(a1 + 8), 0); if ( !(_DWORD)result ) { v13 = (*(__int64 (__fastcall **)(__int64, _QWORD, _QWORD, __int64, __int64))(a1 + 368))(a2, a3, a4, a5, a6); result = sub_7BAA0(*(_QWORD *)(a1 + 8)); if ( !(_DWORD)result ) return v13; } return result; }