Commit Graph

69 Commits

Author SHA1 Message Date
gergely.erdelyi
9530fbacfa init.py: Replace non-printable characters in stdout/stderr going to the message window 2009-07-21 18:10:02 +00:00
gergely.erdelyi
9876c4ffa7 init.py: __file__ path is properly set for scripts run with Alt-9 2009-07-19 17:22:21 +00:00
gergely.erdelyi
b0d8723ccb idc.py: AddStrucMember() and SetMemberType() switched to native IDC implementation 2009-07-17 17:58:57 +00:00
gergely.erdelyi
e64fdf16b3 idc.py: GetFchunkAttr() now calls the IDC implementation and should return identical results 2009-07-12 15:05:49 +00:00
gergely.erdelyi
5cb6044277 idautils.py: Clarified the note in Functions() 2009-07-12 14:35:13 +00:00
gergely.erdelyi
700dcef6cd idautils.py: Added notes about Functions()'s behaviour when a function has chunks in multiple segments 2009-07-12 14:31:03 +00:00
gergely.erdelyi
b5f3edf5fc idautils.py: Functions() now work properly if start is not inside a defined function 2009-06-25 16:11:17 +00:00
gergely.erdelyi
f2e422d208 idc.py: Fixed a wrong copy & paste 2009-05-23 16:35:07 +00:00
gergely.erdelyi
d197df5653 idc.py: Added 64-bit versions of constants 2009-05-23 15:33:25 +00:00
gergely.erdelyi
3fbe778385 init.py: Banner now includes if the plugin is a 64-bit build 2009-05-23 15:33:03 +00:00
gergely.erdelyi
5a66395061 64-bit build support. Thanks to Ariel Shiftan and Itai Shaham for the initial patch. 2009-05-23 14:40:01 +00:00
gergely.erdelyi
b21e3b5230 idc.py: Added OpFloat()
idc.py: Stricter type check in SetRegValue(). Thanks to Igor Skochinsky for the patches.
2009-04-28 16:13:57 +00:00
gergely.erdelyi
d26536abd4 idautils.py: Heads() and Functions() now used inf.minEA and inf.maxEA as default parameters
idautils.py: Heads() will not yield a head at 'start' if there is none
2009-04-27 18:20:02 +00:00
gergely.erdelyi
769e9d70f4 idautils.py: Many functions converted to generators 2009-04-27 18:05:14 +00:00
gergely.erdelyi
864165a44c Added support for retrieving large local types 2009-04-27 17:38:17 +00:00
gergely.erdelyi
1c4a240cfb Updated year in copyright strings 2009-04-26 18:28:59 +00:00
gergely.erdelyi
252fcf8052 idc.py: A batch of docstring fixes. Thanks to Ange Albertini for the patch! 2009-04-25 17:55:37 +00:00
gergely.erdelyi
f4f5aa0441 idc.py: Fixed GetOpType() and GetOperandValue() to use decode_insn() so they are not destructive
idc.py: Fixed MakeCode() to use the new create_insn()
2009-03-22 15:27:46 +00:00
gergely.erdelyi
b961ced412 idc.py: Fixed GetDebuggerEvent(). 2009-03-02 17:23:47 +00:00
gergely.erdelyi
f703a5fb3c ScriptBox_instance renamed to scriptbox 2009-01-27 18:08:54 +00:00
gergely.erdelyi
b97846eeae idc.py: Block write access to read-only attributes
idc.py: Added debug event-related functions
idc.py: Added local type manipulation functions
idc.py: Patches by Igor Skochinsky
2009-01-27 17:48:50 +00:00
gergely.erdelyi
e9f1e04519 idautils.py: CPU registers are now accessible as cpu.EAX (bot read and write). Patch by Igor Skochinsky 2009-01-27 17:37:10 +00:00
gergely.erdelyi
00224b8e40 init.py: Reformatted plugin init banner 2009-01-25 19:03:46 +00:00
gergely.erdelyi
04492e420c idc.py: Merge from Ilfak. Implemented and fixed Eval(), SaveBase(), MakeData(), FirstSeg(), GetNextSeg(), SegCreate(), SetFChunkAttr(), SetLocalType(), GetFchunkReferer() 2009-01-25 16:32:58 +00:00
gergely.erdelyi
507ea15b7a idc.py: Removed FIXME from PatchByte()
idc.py: Removed trailing whitspaces
2009-01-25 14:12:59 +00:00
gergely.erdelyi
473bd07bdb idc.py: Many updates to bring the wrapper up to IDA 5.4 2009-01-22 18:57:20 +00:00
gergely.erdelyi
e0e7d9d56c idc.py: Fixed the name of GetMemberName(). Thanks forgot! 2008-12-21 10:52:45 +00:00
gergely.erdelyi
e8df46dc30 idc.py: Fixed high FF_* constants to be unsigned
idc.py: Fixed isByte() .. isAlign() functions
2008-12-10 14:55:11 +00:00
gergely.erdelyi
ca5ed24ff0 idc.py: SetColor() now updated the colours properly. Thanks to google at simon.user.lysator.liu.se for the report. 2008-11-16 16:05:00 +00:00
gergely.erdelyi
7d0f743143 idc.py: Implemented many debugging-related functions
idc.py: Misc fixes and cleanups
2008-11-16 15:22:09 +00:00
gergely.erdelyi
919b3d9987 idautils.py: Replaced GetInputFileMD5 with a call to the IDC version 2008-11-02 08:37:57 +00:00
gergely.erdelyi
c8f6c02147 idc.py: IDC wrapper merged with 5.3 changes. Not everything is implemented yet. 2008-10-11 13:33:26 +00:00
gergely.erdelyi
8d9869b527 idc.py: Fixed isLoaded() 2008-10-02 14:34:12 +00:00
gergely.erdelyi
70e5a9a55c idc.py: Fixed GetMemberStrId(). Thanks to nobodyzzz for the report. 2008-09-27 13:35:56 +00:00
gergely.erdelyi
358d85ac46 idaapi.py: Added sel_array()
idaapi.py: Renamed *Array to *_array 
idautils.py: Renamed *Array to *_array 
idc.py: Renamed *Array to *_array
2008-08-31 17:58:56 +00:00
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