mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
1258fab948
- IDA Pro 6.2 support - added set_idc_func_ex(): it is now possible to add new IDC functions using Python - added visit_patched_bytes() (see ex_patch.py) - added support for the multiline text input control in the Form class - added support for the editable/readonly dropdown list control in the Form class - added execute_sync() to register a function call into the UI message queue - added execute_ui_requests() / check ex_uirequests.py - added add_hotkey() / del_hotkey() to bind Python methods to hotkeys - added register_timer()/unregister_timer(). Check ex_timer.py - added the IDC (Arrays) netnode manipulation layer into idc.py - added idautils.Structs() and StructMembers() generator functions - removed the "Run Python Statement" menu item. IDA now has a unified dialog. Use RunPlugin("python", 0) to invoke it manually. - better error messages for script plugins, loaders and processor modules - bugfix: Dbg_Hooks.dbg_run_to() was receiving wrong input - bugfix: A few Enum related functions were not properly working in idc.py - bugfix: GetIdaDirectory() and GetProcessName() were broken in idc.py - bugfix: idaapi.get_item_head() / idc.ItemHead() were not working |
||
---|---|---|
.. | ||
chooser.py | ||
colours.py | ||
debughook.py | ||
ex1_idaapi.py | ||
ex1_idautils.py | ||
ex1.idc | ||
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 | ||
idapythonrc.py | ||
structure.py |