// // cocos2d::extension::CCEditBox::setText from 0x180010b90 to 0x180010be6 (86 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a188 // // 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::setText(void **this, char *a2) { size_t v4; // r8 __int64 v5; // rcx if ( a2 ) { v4 = -1; do ++v4; while ( a2[v4] ); sub_180003BC0(this + 76, a2, v4); v5 = (__int64)*(this + 72); if ( v5 ) (*(void (__fastcall **)(__int64, char *))(*(_QWORD *)v5 + 96LL))(v5, a2); } }