// // cocos2d::extension::CCEditBox::setFontName from 0x180010ca0 to 0x180010d03 (99 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a1ac // // 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::setFontName(void **this, char *a2) { size_t v4; // r8 __int64 v5; // rcx v4 = -1; do ++v4; while ( a2[v4] ); sub_180003BC0(this + 84, a2, v4); v5 = (__int64)*(this + 72); if ( v5 ) { if ( *((_DWORD *)this + 184) != -1 ) (*(void (__fastcall **)(__int64, char *))(*(_QWORD *)v5 + 16LL))(v5, a2); } }