cemu-idapython/Scripts
elias.bachaalany@gmail.com 78c79f85b9 IDA Pro 6.5 support
What's new:
- Proper multi-threaded support 
- Better PyObject reference counting with ref_t and newref_t helper classes
- Improved the pywraps/deployment script
- Added IDAViewWrapper class and example
- Added idc.GetDisasmEx()
- Added idc.AddSegEx()
- Added idc.GetLocalTinfo()
- Added idc.ApplyType()
- Updated type information implementation
- Introduced the idaapi.require() - see http://www.hexblog.com/?p=749
- set REMOVE_CWD_SYS_PATH=1 by default in python.cfg (remove current directory from the import search path).

Various bugfixes:
- fixed various memory leaks
- asklong/askaddr/asksel (and corresponding idc.py functions) were returning results truncated to 32 bits in IDA64
- fix wrong documentation for idc.SizeOf
- GetFloat/GetDouble functions did not take into account endianness of the processor
- idaapi.NO_PROCESS was not defined, and was causing GetProcessPid() to fail
- idc.py: insert escape characters to string parameter when call Eval()
- idc.SaveFile/savefile were always overwriting an existing file instead of writing only the new data
- PluginForm.Close() wasn't passing its arguments to the delegate function, resulting in an error.
2013-12-30 01:34:23 +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
callstack_test.py IDA Pro 6.5 support 2013-12-30 01:34:23 +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