My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

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

2011-10-15: Version 1.5.3 - IDA Pro 6.2 support, hotkey functions, multiline/combo form controls and other changes.

2011-07-27: Version 1.5.2.3 - Vuln fix to prevent arbitrary code execution via swig_runtime_data4.py? when placed in the current directory ( details).

2011-06-10: Version 1.5.2 - Few features and mostly bug fixes.

2011-04-21: Version 1.5.1 - Added the '?' and '!' pseudo commands and fixed some bugs other changes.

2011-04-18: Version 1.5.0 - IDA Pro 6.1 support, AskUsingForm support, added UI notification hooks and other changes.

2010-11-10: Version 1.4.3 - IDA Pro 6.0 support, PluginForms class to work with PySide or PyQt4 and other changes.

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.

Powered by Google Project Hosting