// // cocos2d::extension::CCInvocation::create from 0x18000d7c0 to 0x18000d82e (110 bytes) // // 3 xrefs: // > cocos2d::extension::CCEditBox::initWithSizeAndBackgroundSprite @ 0x180010ae9 // > @ 0x18002fdf8 // > @ 0x180049e28 // // 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 // // Hidden C++ exception states: #wind=1 cocos2d::CCObject *__fastcall cocos2d::extension::CCInvocation::create(__int64 a1, __int64 a2, int a3) { cocos2d::CCObject *v7; // [rsp+48h] [rbp+20h] v7 = (cocos2d::CCObject *)operator new(0x50u); cocos2d::CCObject::CCObject(v7); *(_QWORD *)v7 = &cocos2d::extension::CCInvocation::`vftable'; *((_QWORD *)v7 + 8) = a1; *((_QWORD *)v7 + 7) = a2; *((_DWORD *)v7 + 18) = a3; cocos2d::CCObject::autorelease(v7); return v7; }