Closed Open on Monday at 7:30 AM
Appointment
Get Estimate

Have you built a utility or SDK plugin for IDA Pro 9.1.250226? Share your experience in the comments below or contribute to the open-source IDA plugin repository.

She copied riscv.plx into IDA's procs/ folder. Without closing IDA, she typed in the output window:

(TTD) support via a dedicated WinDbg plugin. It also improves bitness detection and adds IPv6 support for remote debuggers. New Processor Modules : Support has been added for specialized chips, including

She opened sdk/include/ida.hpp . The new ida_namespace was clean, modular, and heavily annotated. The long-deprecated old_proctype was finally gone. In its place: a modern C++17 interface with RAII handles for every resource.

Create a plugin that dumps all cross-references to a file:

Key points

The new til (Type Information Library) API allows programmatic creation of complex structures and unions. This is vital for reversing C++ binaries with hundreds of classes.