// // __acrt_initialize_heap from 0x18013b66c to 0x18013b688 (28 bytes) // // 2 xrefs: // > @ 0x1801730c0 // > @ 0x180203908 // // 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 // bool _acrt_initialize_heap() { hHeap = GetProcessHeap(); return hHeap != nullptr; }