IDA 9.0sp1

IDA 9.0.20241216 (SP1) December 19, 2024

This Service Pack of IDA 9.0 focuses on bugfixes, along with IDAPython API and SDK enhancements, introducing new, simplified endpoints. You can download the latest IDA installer from My Hex-Rays portal.

IDA Feeds improvements

We streamlined the IDA Feeds plugin execution and resolved issues with loading when idalib could not be located or was not correctly installed. Last but not least, we delivered UI enhancements to make the plugin experience more intuitive.

See also:

Complete IDA Feeds changelist:

  • added undo/redo context menu options for standalone app

  • allow running the plugin without having to install and configure the idapro python module

  • fall back to sequential probing when rpyc module is not available

  • fill the already applied signatures on plugin initialization

  • various usability and performance improvements

IDAPython / SDK improvements

We've added several helpers to improve the user experience using our APIs. These new endpoints, among other things, streamline managing and operating on types.

In the spirit of further improving accessibility & usage of our API, we also:

We've also added support for Python 3.13.

IDAPython / SDK changes:

  • addded support for Python 3.13

  • added tinfo_t convenience constructors

    • tinfo_t(c_decl:str) (to parse a C type definition)