// // sub_5CC6C from 0x5cc6c to 0x5ccc0 (84 bytes) // // 1 xrefs: // > @ 0x10c880 // // 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_5CC6C(__int64 a1, unsigned __int64 a2, __int64 a3) { int64x2_t v3; // q2 __int64 v4; // x0 v3 = vdupq_n_s64(a2); *(_QWORD *)(a1 + 200) = a2; v4 = a1 + 200; *(_QWORD *)(v4 + 40) = a2 + 12; *(int64x2_t *)(v4 + 8) = vaddq_s64(v3, (int64x2_t)xmmword_2F4F0); *(int64x2_t *)(v4 + 24) = vaddq_s64(v3, (int64x2_t)xmmword_2F4A0); *(_QWORD *)(v4 + 64) = a3; *(_QWORD *)(v4 + 72) = a3 + 4; PLII_Encode(); return 0; }