News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

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 :)