News:

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

Main Menu

How can I go back to start point after I use go to implementation?

Started by huzhongshan, December 17, 2011, 02:34:13 AM

Previous topic - Next topic

huzhongshan

In visual c++ 6.0 , when I use go to definition to find the function implementations , I can press ctrl+* to go back to the start point , can cb do the same thing? How?

oBFusCATed

I don't think there is such feature.
You can try the browse tracker plugin, it should implement something similar.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Quote from: oBFusCATed on December 17, 2011, 03:11:44 AM
I don't think there is such feature.
You can try the browse tracker plugin, it should implement something similar.
Yes, browse tracker plugin has this feature (jump backward and jump forward).
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.