Log in

View Full Version : debuggin technique? dumping eip


fred
January 16th, 2003, 14:51
Is there any way do dump all the eip adresses wich a program is actually using in a certain moment?

abstract example:

_function
cs:eip 0 instruction // used
cs:eip 1 instruction // used
cs:eip 2 instruction // not used maybe jmp before
cs:eip 3 instruction // used
cs:eip 4 instruction // used
cs:eip 5 instruction // not used maybe jmp before
cs:eip 6 instruction // used
.....

the dump should display Adress no 0 1 3 4 6.
Is this possible witch Softice or another Debugger ?

squidge
January 16th, 2003, 14:58
runtrace log of Ollydbg ?