// // sub_5D454 from 0x5d454 to 0x5d4b8 (100 bytes) // // 1 xrefs: // > sub_5CF84 @ 0x5cfd0 // // 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_5D454(__int64 a1) { __int64 result; // x0 __int64 v3; // x19 result = *(_QWORD *)(a1 + 432); *(_QWORD *)(a1 + 432) = 0; if ( result ) { do { v3 = *(_QWORD *)(result + 304); *(_QWORD *)(result + 304) = 0; *(_BYTE *)(result + 312) = 0; sub_5E11C(); result = v3; } while ( v3 ); } return result; }