: This version continues the refinement of the IDAPython API, ensuring full compatibility with the latest Python 3.x releases for scripting and automation. External Tools & Compatibility
Hex-Rays has promised a hotfix ( 9.0.241010 ) expected in mid-October 2024 to address the GPU rendering issues. IDA Pro 9.0.240925
: The IDAPython API and C++ SDK have undergone significant changes. For example, some functions like ida_bytes.bin_search were replaced by bin_search3 , which may break legacy plugins. : This version continues the refinement of the
IDA Pro 9.0 (build 240925) represents the most significant architectural update to Hex-Rays’ flagship disassembler in over five years. This paper dissects the new release, focusing on the overhauled microcode engine, the introduction of the native ARM64 decompiler, the new Lumina server enhancements, QoL improvements in the graph view, and the expanded plugin SDK. Performance benchmarks and compatibility notes with existing scripts are also provided. For example, some functions like ida_bytes