{"type": "func", "start": 6442582604, "end": 6442582610, "name": "malloc", "pseudocode": "// \n// malloc from 0x18002024c to 0x180020252 (6 bytes)\n// \n// 2 xrefs:\n// > operator new @ 0x18001f1ea\n// > __tlregdtor @ 0x18001f7f6\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\nvoid *__cdecl malloc(size_t Size)\n{\n  return __imp_malloc(Size);\n}", "assembly": "; \n; malloc from 0x18002024c to 0x180020252 (6 bytes)\n; \n; 2 xrefs:\n; > operator new @ 0x18001f1ea\n; > __tlregdtor @ 0x18001f7f6\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_malloc                                                ; +0x0, 0x18002024c", "xrefs": ["operator new @ 0x18001f1ea", "__tlregdtor @ 0x18001f7f6"], "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"}