Log in

View Full Version : Last ip before break piont


Anonymous
March 5th, 2003, 11:52
Is there a way to know the last ip before break piont?

Thanks!

blabberer
March 6th, 2003, 07:01
use runtrace with ctrl + F11 (trace into calls) and when olly stops on break point use - (minus) to navigate to the instruction before breakpoint

or you can use Ctrl+f12(trace over calls) also