cemu-idapython/examples
elias.bachaalany@gmail.com fbb5bfabd6 IDA Pro 6.6 support
What's new:
- added the decompiler bindings
- Expose simpleline_t type to IDAPython. That lets the user to set the bgcolor & text for each line in the decompilation.
- Wrapped new functions from the IDA SDK

Various fixes:
for non-code locations, idc.GetOpnd() would create instructions instead of returning empty result
- idb_event::area_cmt_changed was never received in IDB_Hooks (and descendants)
- idb_event::ti_changed, and idb_event::op_ti_changed notifications were not accessible in IDAPython
- op_t.value was truncated to 32 bits under IDA64.
- print_tinfo() wouldn't return a valid string.
- readsel2() was not usable.
- read_selection() was buggy for 64-bit programs.
- StructMembers() considered holes in structures, and didn't properly iterate through the whole structure definition.
- There was no way to call calc_switch_cases() from IDAPython.
- when using multi-select/multi-edit choosers, erroneous event codes could be sent at beginning & end of batch deletion of lines.
- When, in a PluginForm#OnCreate, the layout of IDA was requested to change (for example by starting a debugging session), that PluginForm could be deleted and create an access violation.
- tinfo_t objects created from IDAPython could cause an assertion failure at exit time.
- Usage of IDAPython's DropdownListControl was broken.
2014-07-04 22:02:42 +00:00
..
chooser.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
colours.py Updated copyright dates and email address 2010-04-26 20:13:11 +00:00
debughook.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ex1_idaapi.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
ex1_idautils.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
ex1.idc Initial SVN commit of version 0.9.54 sources. 2007-10-20 07:03:51 +00:00
ex_add_menu_item.py - bugfix: idaapi.del_menu_item() was failing to delete some menu items 2011-05-19 15:06:49 +00:00
ex_askusingform.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ex_choose2.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ex_cli.py added command completion 2010-07-19 13:00:33 +00:00
ex_custdata.py IDAPython 1.4.1: 2010-07-16 12:07:49 +00:00
ex_custview.py Committed last updates to IDAPython 1.4.2 2010-10-07 09:47:04 +00:00
ex_dbg.py dbg.i/idd.i: wrapped some functions from the dbg/debugger_t class: get_manual_regions/dbg_get_memory_info/dbg_get_registers/dbg_get_thread_sreg_base/dbg_read_memory/dbg_write_memory/dbg_can_query 2009-10-05 10:30:50 +00:00
ex_debug_names.py - wrapped get_debug_names() (check ex_debug_names.py) 2009-09-17 11:46:35 +00:00
ex_expr.py - IDA Pro 6.3 support 2012-06-24 20:49:11 +00:00
ex_func_chooser.py added Choose2() support 2009-09-24 14:20:29 +00:00
ex_gdl_qflow_chart.py IDA Pro 6.5 support 2013-12-30 01:34:23 +00:00
ex_graph.py IDA Pro 6.6 support 2014-07-04 22:02:42 +00:00
ex_hotkey.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ex_idagraph.py IDA Pro 6.5 support 2013-12-30 01:34:23 +00:00
ex_idphook_asm.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ex_imports.py bugfix: import enumeration did not handle imports by ordinal properly 2010-03-17 11:30:28 +00:00
ex_patch.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ex_prefix_plugin.py Committed last updates to IDAPython 1.4.2 2010-10-07 09:47:04 +00:00
ex_pyqt.py Added PySide and PyQt examples 2010-11-10 14:05:29 +00:00
ex_pyside.py Added PySide and PyQt examples 2010-11-10 14:05:29 +00:00
ex_strings.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
ex_timer.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ex_uihook.py IDAPython 1.5.2 2011-06-10 15:21:21 +00:00
ex_uirequests.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
hotkey.py Updated copyright dates and email address 2010-04-26 20:13:11 +00:00
idapythonrc.py bugfix: IDAPython_extlang_create_object may cause exceptions to be reported to the running Python script if called with an invalid object name 2010-02-12 13:16:37 +00:00
structure.py Updated copyright dates and email address 2010-04-26 20:13:11 +00:00
vds1.py IDA Pro 6.6 support 2014-07-04 22:02:42 +00:00
vds3.py IDA Pro 6.6 support 2014-07-04 22:02:42 +00:00
vds4.py IDA Pro 6.6 support 2014-07-04 22:02:42 +00:00
vds7.py IDA Pro 6.6 support 2014-07-04 22:02:42 +00:00
vds_xrefs.py IDA Pro 6.6 support 2014-07-04 22:02:42 +00:00