Log in

View Full Version : ida mdi?


_Servil_
October 22nd, 2002, 17:47
hello, need some help with ida --

1. Is it possible to write plugin or script to work with two idabases simultaneously? does ida have ability to copy'n'paste a snippet of code from one executable to another and export as bin? (v4.17)
2. can i insert (via plugin or script) some ops into code (otherwords to move a block of code a little ahead, best with appripriate jump/calls/ref realloc)
3. finally i'm looking for ida plugins api manual / ida script description.

[yAtEs]
October 23rd, 2002, 13:12
Quote:
Originally posted by _Servil_
hello, need some help with ida --

1. Is it possible to write plugin or script to work with two idabases simultaneously? does ida have ability to copy'n'paste a snippet of code from one executable to another and export as bin? (v4.17)
2. can i insert (via plugin or script) some ops into code (otherwords to move a block of code a little ahead, best with appripriate jump/calls/ref realloc)
3. finally i'm looking for ida plugins api manual / ida script description.


1. probably, but im not sure. you can open a couple of instances
of ida quite happly unless you have ida4.3 and win98

2. unless you have the ida sdk you'll need to write IDC's
references can be found here,

http://www.datarescue.com/idadoc/919.htm

you could read bytes from a va and save to a bin file, then
reload and use the patchbyte function to move reload stuff
etc etc

3. see link above for an idc api ref

yates.