{"type": "func", "start": 6443766132, "end": 6443766189, "name": "_msize", "pseudocode": "// \n// _msize from 0x180141174 to 0x1801411ad (57 bytes)\n// \n// 2 xrefs:\n// > _recalloc_base @ 0x18013b618\n// > <???> @ 0x180203c80\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\nsize_t __cdecl msize(void *Block)\n{\n  if ( Block )\n    return HeapSize(hHeap, 0, Block);\n  *errno() = 22;\n  invalid_parameter_noinfo();\n  return -1;\n}", "assembly": "; \n; _msize from 0x180141174 to 0x1801411ad (57 bytes)\n; \n; 2 xrefs:\n; > _recalloc_base @ 0x18013b618\n; > <???> @ 0x180203c80\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\nsub     rsp, 28h                                                       ; +0x0, 0x180141174\ntest    rcx, rcx                                                       ; +0x4, 0x180141178\njnz     short loc_180141196                                            ; +0x7, 0x18014117b\ncall    _errno                                                         ; +0x9, 0x18014117d\nmov     dword ptr [rax], 16h                                           ; +0xe, 0x180141182\ncall    _invalid_parameter_noinfo                                      ; +0x14, 0x180141188\nor      rax, 0FFFFFFFFFFFFFFFFh                                        ; +0x19, 0x18014118d\nadd     rsp, 28h                                                       ; +0x1d, 0x180141191\nretn                                                                   ; +0x21, 0x180141195\nmov     r8, rcx                                                        ; +0x22, 0x180141196\nxor     edx, edx                                                       ; +0x25, 0x180141199\nmov     rcx, cs:hHeap                                                  ; +0x27, 0x18014119b\nadd     rsp, 28h                                                       ; +0x2e, 0x1801411a2\njmp     cs:HeapSize                                                    ; +0x32, 0x1801411a6", "xrefs": ["_recalloc_base @ 0x18013b618", "<???> @ 0x180203c80"], "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"}