elias.bachaalany
ac5d88a83b
IDAPython 1.4.3:
...
- IDA 6.0 support
- Python CLI now prints expression evaluation result (no need to use print())
- Changed Alt-8 to Ctrl-F3 (because it conflicts with window switching key Alt+n)
- Added get_highlighted_identifier()
- Added PluginForm class to allow UI development with either PyQt4 or PySide
- Added idautils.Entries() to enumerate entrypoints
- idc / AddConst() was broken
- Minor fixes
2010-11-10 13:58:08 +00:00
elias.bachaalany
80896bc1d9
Minor modifications:
...
- function documentation update
- removed some white spaces
2010-09-17 12:06:30 +00:00
elias.bachaalany
8495e5205b
- renamed pywraps related utility functions to PyW_
...
- refactored some code
- fixed some potential PyObject leaks
- added cli_t support
2010-07-13 16:43:53 +00:00
elias.bachaalany
3a5063330c
IDAPython 1.4.0 - IDA Pro 5.7 support
2010-06-28 12:36:40 +00:00
elias.bachaalany
7d32ff30f0
Added get_many_bytes(ea, size) -> String | None
2010-03-05 10:20:42 +00:00
elias.bachaalany
277facf240
IDAPython 1.3.0 / IDA Pro 5.6
...
(For older versions please use the 1.2.90 branch)
2010-01-05 18:24:04 +00:00
elias.bachaalany
0e9f53eaad
bytes.i: wrapped nextthat/prevthat()
2009-10-30 14:18:28 +00:00
gergely.erdelyi
e48d6a99ff
bytes.i: Added invalidate_dbgmem_config() and invalidate_dbgmem_contents(). Thanks to Elias Bachaalany for the patch.
2009-09-07 17:14:21 +00:00
gergely.erdelyi
dadf628feb
Small batch of IDA 5.5 compatibility fixes.
2009-06-20 13:51:07 +00:00
gergely.erdelyi
56476d656a
%feature("compactdefaultargs") is now global
...
Added support for void * + len input/output buffers (many netnodes function use it)
2009-03-29 16:55:31 +00:00
gergely.erdelyi
1da716734e
Updated symbol ignores for SDK version 5.4
2009-01-19 19:41:24 +00:00
gergely.erdelyi
b6a6513dec
Initial changes for the IDA 5.3 build.
2008-10-01 15:03:57 +00:00
gergely.erdelyi
7157ef2b3a
Source drop for version 0.9.55
...
-This line, and those below, will be ignored--
M python/idc.py
M build.py
M patches/ida51.patch
M swig/idp.i
M swig/bytes.i
M swig/idaapi.i
M BUILDING.txt
2007-12-06 13:56:20 +00:00
gergely.erdelyi
9b85915a48
Initial SVN commit of version 0.9.54 sources.
2007-10-20 07:03:51 +00:00