Skip to main content

Ida Pro 9.0.240925 ((better)) Online

The transition to a purely 64-bit future is finalized in this release. IDA32 is no longer included

: Enhanced support for RISC-V was a core focus, including the ability to handle T-Head instructions, which are increasingly common in modern software development.

The Lumina server (introduced in IDA 7.x) has been significantly upgraded. IDA Pro 9.0.240925

: A trial version of IDA 9.0 can be requested through the official Hex-Rays website for users looking to test the new features. Compatibility and Porting

For heavy enterprise automation, CI/CD binary validation, and automated malware sandboxes, requiring a GUI or spinning up heavy sub-processes was inefficient. The transition to a purely 64-bit future is

The Hex-Rays decompiler is tightly coupled with the disassembly engine in this build. It converts assembly language into high-level, human-readable C-like pseudocode with greater accuracy.

This iteration focuses on three pillars: : A trial version of IDA 9

Full parsing capability for modern DWARF5 debug information, which ensures highly accurate variable and type recovery when analyzing binaries compiled with modern GCC or Clang toolchains. Summary of Key Technical Shifts Feature Area Legacy IDA Pro (v8.x) IDA Pro 9.0.240925 Application Core Separated into 32-bit ( ida ) and 64-bit ( ida64 ) Unified 64-bit architecture ( ida64 only) Database File Extension .idb (32-bit) and .i64 (64-bit) .i64 (Unified) IDAPython Architecture Mixed legacy function wrappers Modernized API with auto-translation RISC-V Capabilities Basic base instructions Advanced Vector Extensions (RVV) support

Moving entirely to a 64-bit codebase allows IDA Pro to process massive, multi-gigabyte firmware dumps and monolithic binaries without running into out-of-memory constraints. 2. The IDAPython Refactor and API Modernization

IDA Pro 9.0.240925: Technical Overview and Implementation Guide