News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Where is the back button?

Started by earthcrosser, September 08, 2011, 12:04:14 PM

Previous topic - Next topic

earthcrosser

After using "find declaration" etc., how can I jump back to the previous location?

ollydbg

Did you have browsertracker plugin installed? If so, then click Menu->view->jump->jump back.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

earthcrosser

Thanks, that is what I was looking for. Seems obvious now :)