// // sub_180016C20 from 0x180016c20 to 0x180016ca7 (135 bytes) // // 4 xrefs: // > sub_180016C08 @ 0x180016c0f // > sub_180016C14 @ 0x180016c1b // > @ 0x1800288b0 // > @ 0x18004a998 // // 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_180016C20(char *Block, char a2) { int v3; // edi v3 = a2 & 1; if ( (a2 & 2) != 0 ) { `eh vector destructor iterator'( Block, 0x298u, *((_QWORD *)Block - 1), (void (*)(void *))cocos2d::extension::CCTableView::~CCTableView); if ( v3 ) j_j_j_free(Block - 8); return Block - 8; } else { cocos2d::extension::CCTableView::~CCTableView((cocos2d::extension::CCTableView *)Block); if ( v3 ) j_j_free(Block); return Block; } }