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.
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.