Run until return with WinDbg
Asked Answered
S

1

5

In OllyDbg it allow you to run until return, e.g you run into a ret or leave instruction.

Does WinDbg support that? I didn't find such a function in the menu.

Sholapur answered 4/9, 2013 at 6:16 Comment(0)
J
11

If you want to stop before returning, you can use pt. If you want to stop after returning, use gu. The latter is on the Debug menu as "Step Out" with the hotkey Shift+F11.

These and more are listed on the ever-useful windbg.info (this page in particular).

Janinajanine answered 4/9, 2013 at 6:36 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.