// // CompareFunction from 0x180002740 to 0x18000275b (27 bytes) // // 1 xrefs: // > sub_180001E90 @ 0x180001ff4 // // 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 // unsigned __int64 __fastcall CompareFunction(_DWORD **a1, _DWORD **a2) { return (__PAIR64__(**a1 > **a2, **a1) - (unsigned int)**a2) >> 32; }