// // fwrite from 0x180002470 to 0x180002477 (7 bytes) // // 1 xrefs: // > cocos2d::extension::AssetsManager::downLoad @ 0x1800026c3 // // 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 // // attributes: thunk size_t __cdecl fwrite(const void *Buffer, size_t ElementSize, size_t ElementCount, FILE *Stream) { return __imp_fwrite(Buffer, ElementSize, ElementCount, Stream); }