// // j__malloc_base from 0x18012b810 to 0x18012b815 (5 bytes) // // 18 xrefs: // > sub_180041B00 @ 0x180041b2e // > sub_180042EC0 @ 0x180042f60 // > sub_180043C20 @ 0x180043c4a // > sub_180044320 @ 0x1800443c1 // > sub_180044E10 @ 0x180044f5b // > sub_180045B60 @ 0x180045fe7 // > sub_180045B60 @ 0x18004606e // > sub_1800465B0 @ 0x180046628 // > sub_1800465B0 @ 0x1800466c1 // > sub_1800465B0 @ 0x1800467c3 // > sub_180046A60 @ 0x180046ab6 // > sub_180046A60 @ 0x180046b23 // > sub_180046A60 @ 0x180046b75 // > sub_1800C13B0 @ 0x1800c13b3 // > __std_exception_copy @ 0x180127022 // > __acrt_get_full_path_name_wide<__crt_win32_buffer_public_dynamic_resizing> @ 0x18013499e // > __crt_win32_buffer::detach @ 0x180134b64 // > common_getdcwd @ 0x18013bf83 // // 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 void *__cdecl j__malloc_base(size_t Size) { return malloc_base(Size); }