{"type": "func", "start": 6442469888, "end": 6442469995, "name": "cocos2d::extension::CCControl::isTouchInside", "pseudocode": "// \n// cocos2d::extension::CCControl::isTouchInside from 0x180004a00 to 0x180004a6b (107 bytes)\n// \n// 10 xrefs:\n// > <???> @ 0x180023b40\n// > <???> @ 0x180024140\n// > <???> @ 0x1800246b0\n// > <???> @ 0x180024db8\n// > <???> @ 0x180025950\n// > <???> @ 0x1800264d0\n// > <???> @ 0x180026af8\n// > <???> @ 0x180027f88\n// > <???> @ 0x18002fdf8\n// > <???> @ 0x18004948c\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\nbool __fastcall cocos2d::extension::CCControl::isTouchInside(\n        cocos2d::extension::CCControl *this,\n        struct cocos2d::CCTouch *a2)\n{\n  __int64 v3; // rax\n  __int64 v4; // rax\n  _BYTE v6[24]; // [rsp+20h] [rbp-18h] BYREF\n  char v7; // [rsp+40h] [rbp+8h] BYREF\n  char v8; // [rsp+50h] [rbp+18h] BYREF\n\n  cocos2d::CCTouch::getLocation(a2);\n  v3 = (*(__int64 (__fastcall **)(cocos2d::extension::CCControl *))(*(_QWORD *)this + 488LL))(this);\n  v4 = cocos2d::CCNode::convertToNodeSpace(v3, &v8, &v7);\n  cocos2d::CCPoint::operator=(&v7, v4);\n  cocos2d::CCNode::boundingBox(this, v6);\n  return cocos2d::CCRect::containsPoint((cocos2d::CCRect *)v6, (const struct cocos2d::CCPoint *)&v7);\n}", "assembly": "; \n; cocos2d::extension::CCControl::isTouchInside from 0x180004a00 to 0x180004a6b (107 bytes)\n; \n; 10 xrefs:\n; > <???> @ 0x180023b40\n; > <???> @ 0x180024140\n; > <???> @ 0x1800246b0\n; > <???> @ 0x180024db8\n; > <???> @ 0x180025950\n; > <???> @ 0x1800264d0\n; > <???> @ 0x180026af8\n; > <???> @ 0x180027f88\n; > <???> @ 0x18002fdf8\n; > <???> @ 0x18004948c\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\npush    rbx                                                            ; +0x0, 0x180004a00\nsub     rsp, 30h                                                       ; +0x2, 0x180004a02\nmov     rax, rdx                                                       ; +0x6, 0x180004a06\nmov     rbx, rcx                                                       ; +0x9, 0x180004a09\nmov     rcx, rax                                                       ; +0xc, 0x180004a0c\nlea     rdx, [rsp+38h+arg_0]                                           ; +0xf, 0x180004a0f\ncall    cs:?getLocation@CCTouch@cocos2d@@QEBA?AVCCPoint@2@XZ; cocos2d::CCTouch::getLocation(void) ; +0x14, 0x180004a14\nmov     rax, [rbx]                                                     ; +0x1a, 0x180004a1a\nmov     rcx, rbx                                                       ; +0x1d, 0x180004a1d\ncall    qword ptr [rax+1E8h]                                           ; +0x20, 0x180004a20\nmov     rcx, rax                                                       ; +0x26, 0x180004a26\nlea     r8, [rsp+38h+arg_0]                                            ; +0x29, 0x180004a29\nlea     rdx, [rsp+38h+arg_10]                                          ; +0x2e, 0x180004a2e\ncall    cs:?convertToNodeSpace@CCNode@cocos2d@@QEAA?AVCCPoint@2@AEBV32@@Z; cocos2d::CCNode::convertToNodeSpace(cocos2d::CCPoint const &) ; +0x33, 0x180004a33\nmov     rdx, rax                                                       ; +0x39, 0x180004a39\nlea     rcx, [rsp+38h+arg_0]                                           ; +0x3c, 0x180004a3c\ncall    cs:??4CCPoint@cocos2d@@QEAAAEAV01@AEBV01@@Z; cocos2d::CCPoint::operator=(cocos2d::CCPoint const &) ; +0x41, 0x180004a41\nlea     rdx, [rsp+38h+var_18]                                          ; +0x47, 0x180004a47\nmov     rcx, rbx                                                       ; +0x4c, 0x180004a4c\ncall    cs:?boundingBox@CCNode@cocos2d@@QEAA?AVCCRect@2@XZ; cocos2d::CCNode::boundingBox(void) ; +0x4f, 0x180004a4f\nlea     rdx, [rsp+38h+arg_0]                                           ; +0x55, 0x180004a55\nlea     rcx, [rsp+38h+var_18]                                          ; +0x5a, 0x180004a5a\ncall    cs:?containsPoint@CCRect@cocos2d@@QEBA_NAEBVCCPoint@2@@Z; cocos2d::CCRect::containsPoint(cocos2d::CCPoint const &) ; +0x5f, 0x180004a5f\nadd     rsp, 30h                                                       ; +0x65, 0x180004a65\npop     rbx                                                            ; +0x69, 0x180004a69\nretn                                                                   ; +0x6a, 0x180004a6a", "xrefs": ["<???> @ 0x180023b40", "<???> @ 0x180024140", "<???> @ 0x1800246b0", "<???> @ 0x180024db8", "<???> @ 0x180025950", "<???> @ 0x1800264d0", "<???> @ 0x180026af8", "<???> @ 0x180027f88", "<???> @ 0x18002fdf8", "<???> @ 0x18004948c"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}