// // memchr from 0x180020404 to 0x18002040a (6 bytes) // // 12 xrefs: // > cocos2d::extension::AssetsManager::update @ 0x180001d06 // > cocos2d::extension::AssetsManager::update @ 0x180001d65 // > cocos2d::extension::WebSocket::init @ 0x180019af8 // > cocos2d::extension::WebSocket::init @ 0x180019b48 // > cocos2d::extension::WebSocket::init @ 0x180019bc8 // > cocos2d::extension::WebSocket::init @ 0x180019c27 // > cocos2d::extension::WebSocket::init @ 0x180019ca4 // > cocos2d::extension::WebSocket::init @ 0x180019ce3 // > cocos2d::extension::WebSocket::init @ 0x180019ded // > cocos2d::extension::WebSocket::init @ 0x180019e24 // > cocos2d::extension::WebSocket::init @ 0x180019f90 // > cocos2d::extension::WebSocket::init @ 0x180019fc7 // // 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 void *__cdecl memchr(const void *Buf, int Val, size_t MaxCount) { return __imp_memchr(Buf, Val, MaxCount); }