// // _callnewh from 0x18013b758 to 0x18013b787 (47 bytes) // // 4 xrefs: // > _malloc_base @ 0x18013487d // > _calloc_base @ 0x180137261 // > _realloc_base @ 0x180138695 // > @ 0x18020392c // // 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 // int __cdecl callnewh(size_t Size) { _PNH new_handler; // rax new_handler = query_new_handler(); return new_handler && ((unsigned int (__fastcall *)(size_t))new_handler)(Size); }