| ida-dbdump-051103.zip |
8 KB |
Nov 3 2005 |
dumps internals of ida.
alt-2 : dumps currently loaded idc functions
alt-3 : dumps node database.
output is written to dump_db.log
|
| ida-dbdump-080509.zip |
122 KB |
May 9 2008 |
dumps internals of ida.
alt-2 : dumps currently loaded idc functions
alt-3 : dumps node database.
output is written to dump_db.log
|
| idaperl-0.1-200805090919.zip |
66 KB |
May 9 2008 |
perl scripting interface for IDA.
alpha release, many functions i have not yet tested properly.
also, not the complete IDC api has been implemented.
all functions i have used in a quick sample of .idc scripts are implemented.
however, that is not yet the complete IDC api.
see http://www.xs4all.nl/~itsme/projects/idcperl/
|
| idaperl-0.2-200805121128.zip |
52 KB |
May 12 2008 |
perl scripting interface for IDA.
the complete IDC api has now been implemented. |
| idaperl-0.3-200805121829.zip |
52 KB |
May 12 2008 |
perl scripting for IDA
* fixed memory leak
see http://www.xs4all.nl/~itsme/projects/idcperl/ |
| idaperl-0.4-200806011131.zip |
75 KB |
Jun 1 2008 |
* now printing to STDOUT, and STDERR ( using 'print', warn, etc. ) is redirected to the ida message log
* optionally support perl threads, by serializing access to ida.
* added 'run perl file', 'reset perl', 'about', 'options' menu entries
* implemented autorun
* added options dialog
* optionally using new interpreter for each manually entered perl script.
* IDA.pm, containing some iteration helpers.
* bugfix: idc function calls no longer destroy regex results like '$1'
* bugfix: now syntax errors are displayed correctly
|
| idaperl-0.4-src-200806011131.zip |
25 KB |
Jun 1 2008 |
| source code for ida perl scripting plugin |
| itsidc-051103.zip |
17 KB |
Nov 3 2005 |
collection of idc scripts to make my life easier.
highlights:
Shift-X : swap 2 instructions.
Shift-A : analyze selection, or undeffed region under cursor for ascii and unicode strings.
Table(fmt) : format selection according to formatstring.
|
| itsidc-080509.zip |
32 KB |
May 9 2008 |
updated version of my idc scripts.
|