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:
Take a look at the IDA Feeds installation and configuration guide
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:
updated the Porting Guide, considering recent API improvements.
prepared new examples, mostly under Working with types category.
revamped the IDAPython reference documentation to improve cross-referencing.
We've also added support for Python 3.13.
IDAPython / SDK changes:
addded support for Python 3.13
added
tinfo_t
convenience constructorstinfo_t(c_decl:str)
(to parse a C type definition)