Run until return with WinDbg -


in ollydbg allow run until return, e.g run ret or leave instruction.

does windbg support that? didn't find such function in menu.

if want stop before returning, can use pt. if want stop after returning, use gu. latter on debug menu "step out" hotkey shift+f11.

these , more listed on ever-useful windbg.info (this page in particular).


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -