Search code examples
debuggingreverse-engineeringollydbg

How go to end loop shortcut in OllyDbg?


enter image description here

The loop starts with (ˇ) sign. I want to go to the loop's end (^). But I don't know a shortcut to do so.


Solution

  • It's very simple: Press Enter or right-click and choose "Follow". OllyDbg will then follow the address in the CPU window.

    This also works with calls, references in movs or dds, etc., basically everywhere where the brace shows up on the left side.