// // sub_5BCB4 from 0x5bcb4 to 0x5bcf8 (68 bytes) // // 1 xrefs: // > @ 0x10c7c0 // // 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_5BCB4(__int64 a1, _DWORD *a2, _DWORD *a3) { __int64 v3; // x9 __int64 result; // x0 v3 = *(_QWORD *)(a1 + 472); if ( !v3 || !*(_QWORD *)(a1 + 32) ) JUMPOUT(0x5C4EC); if ( (*(_BYTE *)(v3 + 56) & 0x10) == 0 ) return 40; if ( a2 ) *a2 = *(_DWORD *)(a1 + 208); result = 0; if ( a3 ) *a3 = *(_DWORD *)(a1 + 212); return result; }