RCER
March 18th, 2008, 12:15
Hi,
Can anybody tell me if it is possible to setup ollydbg in such a way that I can follow ESP, ESP+4, ESP+8 in hex dump automatically, while stepping into a function.
The only way I know at present to trace these memory addresses is to right click on the ESP (or ESP+4 , ESP+8 ) and choose "follow in dump", which will show the relevant memory address in dump, but only for this particular line of code. If I continue stepping into the function, I will need to repeat this for every step I do, which is very cumbersome
Thanks for any advice
Regards
RCER
Can anybody tell me if it is possible to setup ollydbg in such a way that I can follow ESP, ESP+4, ESP+8 in hex dump automatically, while stepping into a function.
The only way I know at present to trace these memory addresses is to right click on the ESP (or ESP+4 , ESP+8 ) and choose "follow in dump", which will show the relevant memory address in dump, but only for this particular line of code. If I continue stepping into the function, I will need to repeat this for every step I do, which is very cumbersome
Thanks for any advice
Regards
RCER