IDAPython in a Nutshell¶
IDAPython is an IDA Pro plugin that integrates the Python programming language, allowing scripts to run in IDA Pro. These programs have access to IDA Plugin API, IDC and all modules available for Python. The power of IDA Pro and Python provides a platform for easy prototyping of reverse engineering and other research tools.
News¶
2010-08-10: Version 1.4.2 - Fixed some bugs and made sure it works fine with Python 2.7
2010-07-19: Version 1.4.1 - Added basic command completion feature.
2010-06-30: Version 1.4.0 with IDA Pro 5.7 support is now out. See the SVN repository for the detailed changelog.
2009-07-12: Version 1.2.0 with 64-bit support is now out. See the SVN repository for the detailed changelog.
Documentation¶
Getting Involved¶
All contributions are welcome. The preferred way of submitting bug reports and patches is through the Issue Tracker. The project also has a discussion group.
For anything else, just drop an email to the project owner.