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
Post a Comment