// // cocos2d::extension::CCScrollView::addChild from 0x1800135a0 to 0x1800135fe (94 bytes) // // 4 xrefs: // > @ 0x1800284f0 // > @ 0x180028a68 // > @ 0x18002fdf8 // > @ 0x18004a4e8 // // 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::CCScrollView::addChild( cocos2d::extension::CCScrollView *this, struct cocos2d::CCNode *a2) { __int64 v2; // rdi unsigned int v5; // ebx unsigned int v6; // eax v2 = *(_QWORD *)this; v5 = (*(__int64 (__fastcall **)(struct cocos2d::CCNode *))(*(_QWORD *)a2 + 56LL))(a2); v6 = (*(__int64 (__fastcall **)(struct cocos2d::CCNode *))(*(_QWORD *)a2 + 96LL))(a2); (*(void (__fastcall **)(cocos2d::extension::CCScrollView *, struct cocos2d::CCNode *, _QWORD, _QWORD))(v2 + 432))( this, a2, v6, v5); }