Log in

View Full Version : Breakpoint on module


Stcruxenio
October 15th, 2005, 07:29
I want to set a breakpoint in a module that is not seen (Alt + E) before execution. How can I make it without modifications on the code (CC)? Can I use a conditional breakpoint?

blabberer
October 15th, 2005, 08:31
option-->debugging options-->events-->break on module load then
ctrl+a (analyse the nely loaded module for having the break points saved to udd file) and set your break points

Stcruxenio
October 15th, 2005, 10:37
Thanks! It was easier than I thought. I had to save all the comments and bpx by hand...

Epsylon3
October 24th, 2005, 01:29
It there is many modules, you can try my module...

http://ollydbg.win32asmcommunity.net/?action=vthread&forum=2& topic=714 ("http://ollydbg.win32asmcommunity.net/?action=vthread&forum=2&topic=714")