Log in

View Full Version : IdaPhyton [great plugin for IDA]


taos
October 10th, 2005, 07:49
hXXp://www.d-dome.net/idapython/

With IDAPython you can use the Python programming language to write scripts that run inside 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.

IDAPython consists of several modules:

* IDAPython plugin: loaded to IDA Pro and contains the API wrappers
* idaapi.py: Python wrapper with class definitions
* idc.py: IDC compatibility module
* idautils.py: convenience functions

IDAPython is not complete, yet it is functional. It neeed lots of testing so if you have any comments or bug reports please do not hesitate to drop me a mail to dyce [at] this_domain.

JMI
October 10th, 2005, 19:15
Thanks taos for posting this here as well as on exetools. Should be useful to some of our readers.

Regards,