资 源 简 介
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
2015-06-09: IDAPython has moved to Github!
Google Code is closing pretty soon and we decided to move IDAPython to a new home!
From now on, please download the latest sources and binaries of IDAPython from http://www.github.com/idapython/src/
2015-02-07: Version 1.7.1
```
* IDA Pro 6.7 support - Thanks to the Hex-Rays team for contributing this new release!
Added support for the new set of functions for dealing with user-provided actions
add idaapi.getkernelversion()
added ability to build IDAPython with Hex-Rays
文 件 列 表
idapython-1.5.5_ida6.3_py2.7_win32
examples
plugins
python.p64
python
idaapi.py
AUTHORS.txt
CHANGES.txt
COPYING.txt
python.cfg
README.txt
STATUS.txt
examples
chooser.py
colours.py
debughook.py
ex1.idc
ex1_idaapi.py
ex1_idautils.py
ex_add_menu_item.py
ex_askusingform.py
ex_choose2.py
ex_cli.py
ex_custdata.py
ex_custview.py
ex_dbg.py
ex_debug_names.py
ex_expr.py
ex_func_chooser.py
ex_gdl_qflow_chart.py
ex_graph.py
ex_hotkey.py
ex_idphook_asm.py
ex_imports.py
ex_patch.py
ex_prefix_plugin.py
ex_pyqt.py
ex_pyside.py
ex_strings.py
ex_timer.py
ex_uihook.py
ex_uirequests.py
hotkey.py
structure.py