cemu-idapython/swig
skochinsky@gmail.com 1258fab948 IDAPython 1.5.3
- 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
2011-10-14 14:24:38 +00:00
..
allins.i allins.i: Removed uneeded hack 2009-01-25 16:34:53 +00:00
area.i - minor code cleanup 2010-03-05 11:35:28 +00:00
auto.i Small batch of IDA 5.5 compatibility fixes. 2009-06-20 13:51:07 +00:00
bytes.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
dbg.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
diskio.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
entry.i Initial SVN commit of version 0.9.54 sources. 2007-10-20 07:03:51 +00:00
enum.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00
expr.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
fixup.i Initial SVN commit of version 0.9.54 sources. 2007-10-20 07:03:51 +00:00
fpro.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00
frame.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00
funcs.i bugfixes: 2011-06-10 14:54:03 +00:00
gdl.i - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
graph.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ida.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00
idaapi.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
idd.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
idp.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
ints.i Initial SVN commit of version 0.9.54 sources. 2007-10-20 07:03:51 +00:00
kernwin.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
lines.i - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
loader.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
moves.i Initial SVN commit of version 0.9.54 sources. 2007-10-20 07:03:51 +00:00
nalt.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
name.i bugfixes: 2011-06-10 14:54:03 +00:00
netnode.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
offset.i Initial SVN commit of version 0.9.54 sources. 2007-10-20 07:03:51 +00:00
pro.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
queue.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00
search.i Removed few FIXMEs 2009-07-21 19:43:19 +00:00
segment.i Intentation consistency and misc formatting fixes 2009-05-23 16:35:50 +00:00
srarea.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00
strlist.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00
struct.i bugfixes: 2011-06-10 14:54:03 +00:00
typeconv.i bugfixes: 2011-06-10 14:54:03 +00:00
typeinf.i bugfixes: 2011-06-10 14:54:03 +00:00
ua.i IDAPython 1.5.3 2011-10-14 14:24:38 +00:00
xref.i IDAPython 1.4.0 - IDA Pro 5.7 support 2010-06-28 12:36:40 +00:00