// // cocos2d::extension::CCEditBox::unregisterScriptEditBoxHandler from 0x180011320 to 0x180011357 (55 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004a260 // // 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::unregisterScriptEditBoxHandler(cocos2d::extension::CCEditBox *this) { _QWORD *v2; // rax if ( *((_DWORD *)this + 190) ) { v2 = (_QWORD *)cocos2d::CCScriptEngineManager::sharedManager(); (*(void (__fastcall **)(_QWORD, _QWORD))(*(_QWORD *)*v2 + 24LL))(*v2, *((unsigned int *)this + 190)); *((_DWORD *)this + 190) = 0; } }