// // cocos2d::extension::CCInvocation::invoke from 0x18000d890 to 0x18000d8ad (29 bytes) // // 1 xrefs: // > @ 0x18002fdf8 // // 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 // void __fastcall cocos2d::extension::CCInvocation::invoke( cocos2d::extension::CCInvocation *this, struct cocos2d::CCObject *a2) { void (__fastcall *v2)(_QWORD, struct cocos2d::CCObject *, _QWORD); // rax if ( *((_QWORD *)this + 8) ) { v2 = *((void (__fastcall **)(_QWORD, struct cocos2d::CCObject *, _QWORD))this + 7); if ( v2 ) v2(*((_QWORD *)this + 8), a2, *((unsigned int *)this + 18)); } }