Log in

View Full Version : Setting breakpoints in dll's


Solus
November 18th, 2005, 01:23
Whenever I try to set a breakpoint on a function in a dll of a certain program, olly crashes. Is there a way to stop execution when any function in the dll is called?

Epsylon3
November 19th, 2005, 12:14
yep, try ollyscript...

or.... stop on dll load, then in memory window... set break on access in the dll code page...