// // cocos2d::extension::AssetsManager::getVersion from 0x180002930 to 0x18000295b (43 bytes) // // 2 xrefs: // > @ 0x18002fdf8 // > @ 0x18004915c // // 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 // __int64 __fastcall cocos2d::extension::AssetsManager::getVersion(__int64 a1, __int64 a2) { __int64 v3; // rax v3 = cocos2d::CCUserDefault::sharedUserDefault(); cocos2d::CCUserDefault::getStringForKey(v3, a2, "current-version-code"); return a2; }