Commit Graph

34 Commits

Author SHA1 Message Date
gergely.erdelyi
b4e25f451a idc.py: Minor docstring fixes 2008-08-31 17:43:05 +00:00
gergely.erdelyi
565a80c62e idc.py: Fixed AskSelector() and FindSelector() 2008-08-31 17:36:41 +00:00
gergely.erdelyi
187f75d329 init.py: Minor cleanups 2008-08-30 17:39:07 +00:00
gergely.erdelyi
8bac109f3b idautils.py: Small refactoring 2008-08-30 16:10:00 +00:00
gergely.erdelyi
76aa24fecd idc.py: Fixed a number of problems uncovered by pylint 2008-08-30 14:48:03 +00:00
gergely.erdelyi
29187c6f53 init.py: Added watchdog reset to runscript() 2008-08-15 20:42:09 +00:00
gergely.erdelyi
e4d97c7261 idc.py: Removed duplicate MakeUnkn() 2008-08-15 19:46:15 +00:00
gergely.erdelyi
a73663582e idc.py: Added note to MakeData() exception 2008-08-02 20:00:34 +00:00
gergely.erdelyi
61796a5623 idc.py: Implemented GetString()
idc.py: Definition updated to match IDA 5.1 idc.idc
2008-08-02 19:44:42 +00:00
gergely.erdelyi
9450a528fd init.py: Implemented a simple watchdog to catch runaway scripts 2008-07-26 10:18:28 +00:00
ero.carrera@gmail.com
2a77375c0e Fixed missing reference to idaapi module on two usages of E_PREV and E_NEXT 2008-07-19 13:45:37 +00:00
gergely.erdelyi
04af0d20f5 init.py: Added isatty() to the dummy stdout file object 2008-06-25 21:02:31 +00:00
gergely.erdelyi
40846fe7c9 idautils.py: Return copies of the xref class instances so they are storable 2008-06-16 18:47:02 +00:00
gergely.erdelyi
0315608029 idc.py: Fixed GetOperandValue() 2008-06-15 16:53:55 +00:00
gergely.erdelyi
375606cefd idc.py: Fixed SEARCH_UP in FindBinary() 2008-06-15 16:22:37 +00:00
gergely.erdelyi
c6444d4ff5 idc.py: Implemented segment register support for {Get|Set}SegmentAttr() 2008-06-15 15:44:36 +00:00
gergely.erdelyi
0065fdce94 idc.py: Whitespace conversion fixes 2008-06-15 15:23:53 +00:00
gergely.erdelyi
398ffdae3a Tabs converted to 4 spaces in Python sources. 2008-06-15 14:39:43 +00:00
gergely.erdelyi
921d57098a idc.py: Implemented OpStroff() 2008-06-15 12:12:18 +00:00
gergely.erdelyi
a979882e50 idc.py: Implemented rotate_left() 2008-06-15 12:09:46 +00:00
gergely.erdelyi
ae694a52ba idc.py: Removed a typo 2008-06-15 10:13:27 +00:00
gergely.erdelyi
9216f83c87 Updated year in copyright strings. 2008-06-15 10:03:53 +00:00
gergely.erdelyi
e94a201897 idc.py: Deprecated XrefType() 2008-06-15 09:49:02 +00:00
gergely.erdelyi
c4830f3e81 idautils.py: Added Xref*() functions for convenient xref handling. 2008-06-15 09:36:30 +00:00
gergely.erdelyi
d0e3a964d8 idautils.py: Added Chunk() to list function chunks. Thanks to Ero Carrera for the patch. 2008-06-13 20:29:05 +00:00
gergely.erdelyi
f9e166c69c idc.py: Added missing idaapi. to GetMemberStrId(). Thanks to abuse007 for the report and fix. 2008-04-28 19:23:05 +00:00
gergely.erdelyi
6b739548fc idc.py: Implemented Compile() 2008-04-12 09:08:37 +00:00
gergely.erdelyi
18b7a6b0ad idautils.py Do not import all symbols from idaapi to keep the namespace clean
init.py: Import the required symbols from idaapi
2008-04-12 09:08:11 +00:00
gergely.erdelyi
4059c6ec72 idc.py: Fixed documentation for GetMarkedPos(), returns BADADDR on error 2008-04-05 10:26:43 +00:00
gergely.erdelyi
ef44c5f123 idc.py: Removed UNIMPLEMENTED marker from atoa() 2008-04-05 10:25:25 +00:00
gergely.erdelyi
fc25932632 Removed extra parameter from Get{First|Next}Member(). Thanks Rodrigo Bogossian Wang for the report. 2008-02-26 20:00:41 +00:00
gergely.erdelyi
bb83731275 Sources synced up to 0.9.55 2008-02-26 19:53:27 +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