PDA

View Full Version : Breakpoints inside dlls?


Anonymous
06-04-2003, 02:36 PM
Hey all!

I have an app that uses LoadLibrary / GetProcAddress to call functions in a dll.
I can set breakpoints in this dll, but every time i restart the program OllyDbg forgets them. Is there any way to keep those breakpoints?

Cheers!

Anonymous
06-04-2003, 04:32 PM
No, as it's a seperate program from the one you are debugging.

Ricrado Narvaja
06-04-2003, 05:14 PM
Put if you are in XP a HARDWARE BREAKPOINT and dont forget olly this BPXS.

Ricardo narvaja

blabberer
06-05-2003, 05:00 AM
well use analyze (ctrl+a)
in that dll and set break points olly will remember those break points if it is not self modifying code
if it is smc olly will warn you of some corruypted break point and disable all bpts you can enable them in runtime after the proggie is loaded
hope this is what you are looking for

aka
06-05-2003, 09:40 AM
Hi,

Every time I debug in graphic or small games, i put bp in program, and i always get freeze, can not to go back OllyDbg.

give me a hint.

Thanks

Ricrado Narvaja
06-05-2003, 03:06 PM
This a trouble with DIRECTX but SOFTICE have the same trouble, directX freeze if you interrupt in any form.

Ricardo

Anonymous
06-05-2003, 04:15 PM
Ricardo, Oh me anon: you guys rock!!! Thanks a million!!!