Log in

View Full Version : Import


Snitch
November 21st, 2005, 11:26
Hi,
I am new to ollydbg and have a question about the prog.

You can simple export code by selecting and copy to clipboard.
Now I want to import a txt file with addresses in ollydbg

example:
copy this line into ollydbg:
205285E2 . 57 PUSH EDI

anyone know the best way to do this?

thx in advance!

Lord_Looser
November 21st, 2005, 15:59
NonaWrite plugin?

Epsylon3
November 21st, 2005, 18:54
OllyScript

Snitch
November 22nd, 2005, 10:23
will try this, thx!