// // cocos2d::extension::CCEditBox::setPlaceholderFontName from 0x180010df0 to 0x180010e56 (102 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a1c4 // // 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::setPlaceholderFontName(void **this, char *a2) { size_t v4; // r8 __int64 v5; // rcx v4 = -1; do ++v4; while ( a2[v4] ); sub_180003BC0(this + 88, a2, v4); v5 = (__int64)*(this + 72); if ( v5 ) { if ( *((_DWORD *)this + 185) != -1 ) (*(void (__fastcall **)(__int64, char *, _QWORD))(*(_QWORD *)v5 + 32LL))(v5, a2, *((unsigned int *)this + 184)); } }