// // sub_18000B0F0 from 0x18000b0f0 to 0x18000b177 (135 bytes) // // 3 xrefs: // > sub_18000B0DC @ 0x18000b0e3 // > @ 0x180025ab8 // > @ 0x180049c48 // // 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 sub_18000B0F0(char *Block, char a2) { int v3; // edi v3 = a2 & 1; if ( (a2 & 2) != 0 ) { `eh vector destructor iterator'( Block, 0x208u, *((_QWORD *)Block - 1), (void (*)(void *))cocos2d::extension::CCControlSlider::~CCControlSlider); if ( v3 ) j_j_j_free(Block - 8); return Block - 8; } else { cocos2d::extension::CCControlSlider::~CCControlSlider((cocos2d::extension::CCControlSlider *)Block); if ( v3 ) j_j_free(Block); return Block; } }