cemu-idapython/Scripts
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
..
3rd - added VirusTotal script. Check http://www.hexblog.com/?p=324 2011-05-09 10:21:32 +00:00
AsmViewer.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
CallStackWalk.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
DbgCmd.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
DrvsDispatch.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
ExchainDump.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
FindInstructions.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
ImportExportViewer.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
ImpRef.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
msdnapihelp.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
PteDump.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
SEHGraph.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
VaDump.py - IDA Pro 6.1 support 2011-04-18 16:07:00 +00:00
VirusTotal.py IDAPython 1.5.3 2011-10-14 14:24:38 +00:00