Commit Graph

210 Commits

Author SHA1 Message Date
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
dec108c25b build.py: Removed a bit of dead code 2009-05-23 14:41:26 +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
05e10a0f25 python.cpp: Small cleanups and formatting fixes 2009-05-22 20:05:36 +00:00
gergely.erdelyi
ef9921587b python.cpp: Indentation consistency and misc formatting fixes 2009-05-22 15:59:38 +00:00
gergely.erdelyi
260c813f05 build.py: Removed unnecessary link parameters 2009-05-21 19:32:16 +00:00
gergely.erdelyi
097a6ae4b0 python.cpp: Importing binary Python extensions now works more reliably on Linux. Thanks to Phil Ashby for the patch! 2009-05-21 19:28:13 +00:00
gergely.erdelyi
791fde6af7 Fixed netnode::getblob() 2009-05-04 19:07:51 +00:00
gergely.erdelyi
9b6a6eda86 netnode.i: netnode::hashval with the netnode_idx argument is now called hashval_idx to make the other version work 2009-05-04 19:06:16 +00:00
gergely.erdelyi
b4d2b3f813 idapythonrc.py: Added example for setting the script run timeout 2009-05-04 19:04:33 +00:00
gergely.erdelyi
6d6f4f70fc Long-running scripts can now be cancelled (in the GUI version) . Thanks to Igor Skochinsky for the original patch. 2009-05-03 20:26:47 +00:00
gergely.erdelyi
78ca9145bf build.py: Version bumped to 1.1.91 2009-05-03 20:25:07 +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
5e1871f485 build.py: Fix for building under Vista. Thanks to Itai Shaham for the report! 2009-04-26 18:36:35 +00:00
gergely.erdelyi
1c4a240cfb Updated year in copyright strings 2009-04-26 18:28:59 +00:00
gergely.erdelyi
5876f4324f pro.i: Updated %ignore list 2009-04-26 18:25:57 +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
f9f30154d2 Fixed build script to work on x86_64 Linux. Thanks to Christian Blichmann for the patch! 2009-04-21 16:48:47 +00:00
gergely.erdelyi
8f69725171 Removed obsolete patch copy from build script. Thanks to Itai Shaham for the report. 2009-04-21 15:52:43 +00:00
gergely.erdelyi
a91da72224 Removed obsolete IDA 5.3 SDK patch. 5.4 does not need any special patches 2009-03-29 17:09:36 +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
265db07b35 Added type definition binary_output_or_none to accept void * output buffers with size 2009-03-29 16:54:13 +00:00
gergely.erdelyi
a447822586 build.py: Version bumped to 1.1.90 2009-03-29 16:51:49 +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
927ccec772 idp.i: Simplified the assemble() implementation 2009-03-22 15:16:45 +00:00
gergely.erdelyi
f352f77edf idp.i: Added assemble() function to idaapi. Thanks to Ero Carrera for the patch. 2009-03-22 14:58:07 +00:00
gergely.erdelyi
b961ced412 idc.py: Fixed GetDebuggerEvent(). 2009-03-02 17:23:47 +00:00
gergely.erdelyi
32654c9ee8 build.py: Added alternative SDK location (commented by default) 2009-01-27 18:10:42 +00:00
gergely.erdelyi
e4aaf2b166 README.txt: Updated location of user init script 2009-01-27 18:09:47 +00:00
gergely.erdelyi
419a08135a Added example user init script 2009-01-27 18:09:23 +00:00
gergely.erdelyi
f703a5fb3c ScriptBox_instance renamed to scriptbox 2009-01-27 18:08:54 +00:00
gergely.erdelyi
48301d9703 python.cpp: Added error handling to return_python_result()
python.cpp: Added plugin arguments to enable/disable exlang_python
python.cpp: Patch by Igor Skochinsky
2009-01-27 17:52:36 +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
0b812262a7 typeinf.i: Added IDC wrappers for local type manipulations. Patch by Igor Skochinsky. 2009-01-27 17:46:33 +00:00
gergely.erdelyi
9a8f92ac52 funcs.i: Added wrapper get_fchunk_referer(). Patch by Igor Skochinsky. 2009-01-27 17:39:16 +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
d3ac331e36 idd.i: Wrapper functions to access debug_event_t. Patch by Igor Skochinsky 2009-01-27 17:27:54 +00:00
gergely.erdelyi
00224b8e40 init.py: Reformatted plugin init banner 2009-01-25 19:03:46 +00:00
gergely.erdelyi
c1e87cc17b build.py: Version bumped to 1.1.0 2009-01-25 16:36:07 +00:00
gergely.erdelyi
98240e2ee9 loader.i: Added database_flags 2009-01-25 16:35:31 +00:00
gergely.erdelyi
599d1c3c29 allins.i: Removed uneeded hack 2009-01-25 16:34:53 +00:00
gergely.erdelyi
0bc9d6477c expr.i: Merge from Ilfak: Wrapped calcexpr() and calc_idc_expr() 2009-01-25 16:34:08 +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
43af79132f python.cpp: Proper extlang implementation from Ilfak
python.cpp: Cleanups and fixes from Ilfak
2009-01-25 16:30:05 +00:00
gergely.erdelyi
1a45b5952a python.cpp: Removed trailing whitespaces 2009-01-25 15:57:53 +00:00
gergely.erdelyi
507ea15b7a idc.py: Removed FIXME from PatchByte()
idc.py: Removed trailing whitspaces
2009-01-25 14:12:59 +00:00