Ida Pro 9.0.240925 May 2026
The decompiler (Hex-Rays) is why professionals pay the premium. IDA Pro 9.0.240925 bundles Hex-Rays Decompiler version 9.0, which introduces:
1. The ARM64 Native Transition For decades, IDA was strictly an x86/x64 application. With IDA 9.0, Hex-Rays has ported the core kernel to the ARM64 architecture. IDA Pro 9.0.240925
2. Architecture Decoupling (ida64 vs. idat64) Version 9.0 splits the monolithic IDA binary into distinct components: The decompiler (Hex-Rays) is why professionals pay the
Why this matters: This decoupling is the foundation for remote analysis. In IDA 9.x, the kernel can theoretically run on a high-performance server (cloud) while the GUI runs on a thin client, allowing for collaborative reverse engineering and heavy lifting without bogging down the local machine. Why this matters: This decoupling is the foundation
3. Database Memory Handling
The shift to a 64-bit address space for the IDA process itself allows the database (idb/i64) to utilize the full RAM of the workstation. This eliminates the "Out of Memory" crashes previously encountered when analyzing massive binaries (such as modern firmware images or AAA game executables) that pushed the 2GB/4GB limit of the legacy 32-bit IDA process.
No major release is without bugs. The community has reported a few issues specific to this build:
asyncio may segfault due to GIL conflicts.
Hex-Rays has promised a hotfix (9.0.241010) expected in mid-October 2024 to address the GPU rendering issues.