// // cocos2d::extension::CCEditBox::setFontSize from 0x180010d10 to 0x180010d4b (59 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::CCEditBox::setFontSize(cocos2d::extension::CCEditBox *this, unsigned int a2) { __int64 v2; // r9 __int64 v3; // r8 _QWORD *v4; // rdx v2 = *((_QWORD *)this + 72); v3 = a2; *((_DWORD *)this + 184) = a2; if ( v2 && *((_QWORD *)this + 86) ) { v4 = (_QWORD *)((char *)this + 672); if ( *((_QWORD *)this + 87) > 0xFu ) v4 = (_QWORD *)*v4; (*(void (__fastcall **)(__int64, _QWORD *, __int64))(*(_QWORD *)v2 + 16LL))(v2, v4, v3); } }