// // memcmp from 0x18002040a to 0x180020410 (6 bytes) // // 2 xrefs: // > cocos2d::extension::AssetsManager::checkUpdate @ 0x180001ab3 // > sub_180001B60 @ 0x180001ba3 // // 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 // // attributes: thunk int __cdecl memcmp(const void *Buf1, const void *Buf2, size_t Size) { return __imp_memcmp(Buf1, Buf2, Size); }