mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-27 19:44:18 +01:00
109158fabb
- Added AskUsingForm() with embedded forms support (check ex_askusingform.py example and formchooser.py in the SDK) - Added idautils.DecodePreviousInstruction() / DecodePrecedingInstruction() - Added idc.BeginTypeUpdating() / EndTypeUpdating() for fast batch type update operations - Added more IDP callbacks - Added UI_Hooks with a few notification events - Added idaapi.process_ui_action() / idc.ProcessUiAction() - Added netnode.index() to get netnode number - Better handling of ea_t values with bitwise negation - Execute statement hotkey (Ctrl-F3), script timeout, and other options are now configurable with Python.cfg - bugfix: idaapi.msg() / error() and warning() so they don't accept vararg - bugfix: processor_t.id constants were incorrect - bugfix: get_debug_names() was broken with IDA64 - Various bugfixes |
||
---|---|---|
.. | ||
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_func_chooser.py | ||
ex_gdl_qflow_chart.py | ||
ex_graph.py | ||
ex_imports.py | ||
ex_prefix_plugin.py | ||
ex_pyqt.py | ||
ex_pyside.py | ||
ex_strings.py | ||
ex_uihook.py | ||
hotkey.py | ||
idapythonrc.py | ||
structure.py |