// // sub_5D760 from 0x5d760 to 0x5d78c (44 bytes) // // 5 xrefs: // > sub_5DCA0 @ 0x5ddc8 // > sub_5DFD4 @ 0x5e04c // > sub_5E350 @ 0x5e364 // > sub_5E5D0 @ 0x5e634 // > sub_5F298 @ 0x5f29c // // 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_5D760(__int64 result) { __int64 v1; // x8 v1 = *(_QWORD *)(result + 24); *(_BYTE *)(v1 + 8) = 1; if ( !*(_BYTE *)(result + 312) ) { *(_BYTE *)(result + 312) = 1; *(_QWORD *)(result + 304) = *(_QWORD *)(v1 + 432); *(_QWORD *)(v1 + 432) = result; } return result; }