// // cocos2d::extension::AssetsManager::checkStoragePath from 0x180001840 to 0x180001874 (52 bytes) // // 1 xrefs: // > @ 0x18002fdf8 // // 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::AssetsManager::checkStoragePath(cocos2d::extension::AssetsManager *this) { __int64 v1; // rax _QWORD *v2; // rcx _QWORD *v3; // rdx v1 = *((_QWORD *)this + 3); if ( v1 ) { v2 = (_QWORD *)((char *)this + 8); v3 = v2; if ( v2[3] > 0xFu ) v3 = (_QWORD *)*v2; if ( *((_BYTE *)v3 + v1 - 1) != 47 ) sub_1800039A0(v2); } }