IDAPython
IDAPython allows you to use the Python code in IDA to write scripts and customize basic IDA functionality. It offers more advanced and powerful automation than the IDC language and gives you access to Python modules and native Python abilities to interact with our API.
Typical use cases
When you are asking yourself how to automate work in IDA, like renaming variables or performing custom analyses, the IDAPython API comes in handy. You can use simple code snippets directly inside the IDA output window to perform specific tasks or more advanced scripts for complex usage. Moreover, with IDAPython, you can write plugins to expand basic IDA capabilities even further.
What to check next?
IDAPython Getting Started
Check this guide to kickstart learning IDAPython with simple snippets.
IDAPython Examples
Dig into complex examples that showcase the full potential and versatility of our PythonAPI.
IDAPython Reference
Explore the technical details of all functions, classes, and more.
Writing Plugins in IDAPython
Learn the best practices for creating plugins with IDAPython.
IDAPython Porting Guide
Check out our Porting Guide, which is prepared to help you migrate and adapt your existing scripts and plugins from IDA 8.x to IDA 9.0.
Last updated