Log in

View Full Version : STEPING OUT


warf
March 14th, 2005, 14:08
like softice when you do your breakpoint you step out of it by pressing F11 or F12. what is the equivelent for ollydbg. if i go to user32.dll then set a breakpoint on getwindowtexta or any other api in user32.dll how do i get out of it and back to the real code ?

kao
March 15th, 2005, 00:48
Execute Till Return (Ctrl-F9) or Execute Till User Code (Alt-F9)

warf
March 15th, 2005, 14:14
what exactly does execute till return mean. or executre till user code.. i do all this stuff and get the serial lol. but i really don't know what it means

Ricardo Narvaja
March 15th, 2005, 15:27
EXECUTE TILL RETURN is the same in softice f2, RUN till next RET, and execute till USER CODE, RUN till the section defined CODE in the header.

Ricardo Narvaja

Ricardo Narvaja
March 15th, 2005, 15:28
Sorry is f12 not f2 type error

EXECUTE TILL RETURN is the same in softice f12, RUN till next RET, and execute till USER CODE, RUN till the section defined CODE in the header.

Ricardo Narvaja