{"type": "func", "start": 6442583050, "end": 6442583056, "name": "memcmp", "pseudocode": "// \n// memcmp from 0x18002040a to 0x180020410 (6 bytes)\n// \n// 2 xrefs:\n// > cocos2d::extension::AssetsManager::checkUpdate @ 0x180001ab3\n// > sub_180001B60 @ 0x180001ba3\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\n// attributes: thunk\nint __cdecl memcmp(const void *Buf1, const void *Buf2, size_t Size)\n{\n  return __imp_memcmp(Buf1, Buf2, Size);\n}", "assembly": "; \n; memcmp from 0x18002040a to 0x180020410 (6 bytes)\n; \n; 2 xrefs:\n; > cocos2d::extension::AssetsManager::checkUpdate @ 0x180001ab3\n; > sub_180001B60 @ 0x180001ba3\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\njmp     cs:__imp_memcmp                                                ; +0x0, 0x18002040a", "xrefs": ["cocos2d::extension::AssetsManager::checkUpdate @ 0x180001ab3", "sub_180001B60 @ 0x180001ba3"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}