Log in

View Full Version : How to break on a int 3?


j_petrucci
April 8th, 2004, 16:47
Hi to all!

I don't know if this has been already said, but I don't know how to make OllyDbg break on a INT 3. I confusely remember in Softice is bpx int 3, but in OllyDbg? Do I have to use CommandBar plugin?

thanks!

Ricardo Narvaja
April 8th, 2004, 17:36
Ollydbg always stop in a INT3, the method for olly don't stop in INT3 is DEBUGGING OPTIONS-EXEPTIONS put the mark in INT3 and don't stop more, if you dont have INT3 marked olly always stop in INT3.

Ricardo