{"type": "func", "start": 6442460272, "end": 6442460279, "name": "fwrite", "pseudocode": "// \n// fwrite from 0x180002470 to 0x180002477 (7 bytes)\n// \n// 1 xrefs:\n// > cocos2d::extension::AssetsManager::downLoad @ 0x1800026c3\n// \n// This function is hookable on this platform!\n// \n// Using BromaIDA 8.0.0 @ https://github.com/Stazzical/BromaIDA\n// Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings\n// \n\n// attributes: thunk\nsize_t __cdecl fwrite(const void *Buffer, size_t ElementSize, size_t ElementCount, FILE *Stream)\n{\n  return __imp_fwrite(Buffer, ElementSize, ElementCount, Stream);\n}", "assembly": "; \n; fwrite from 0x180002470 to 0x180002477 (7 bytes)\n; \n; 1 xrefs:\n; > cocos2d::extension::AssetsManager::downLoad @ 0x1800026c3\n; \n; This function is hookable on this platform!\n; \n; Using BromaIDA 8.0.0 @ https:;github.com/Stazzical/BromaIDA\n; Using bindings at commit ba9f177b at Thu Jul 16 22:52:06 2026 from https:;github.com/geode-sdk/bindings\n; \n\njmp     cs:__imp_fwrite                                                ; +0x0, 0x180002470", "xrefs": ["cocos2d::extension::AssetsManager::downLoad @ 0x1800026c3"], "is_objc": false, "is_arm32": false, "is_arm64": false, "bida_info": "8.0.0 @ https://github.com/Stazzical/BromaIDA", "bindings_info": "commit ba9f177b at Thu Jul 16 22:52:06 2026 from https://github.com/geode-sdk/bindings"}