// // cocos2d::extension::CCEditBox::getText from 0x180010bf0 to 0x180010c28 (56 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a194 // // 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 // char *__fastcall cocos2d::extension::CCEditBox::getText(cocos2d::extension::CCEditBox *this) { __int64 v1; // rcx __int64 v2; // rax char *v3; // rcx v1 = *((_QWORD *)this + 72); if ( !v1 ) return byte_180023460; v2 = (*(__int64 (__fastcall **)(__int64))(*(_QWORD *)v1 + 104LL))(v1); v3 = byte_180023460; if ( v2 ) return (char *)v2; return v3; }