PDA

View Full Version : ollydbg2 feature request - break on certain dll lo


Anonymous
06-16-2003, 09:47 AM
when debugging dlls of applications which use alot of dlls, it can be annoying to have to set it to break on every dll load. what would be great is if the break on dll load option could have a list of dlls to ignore and/or dlls to trigger on. just a simple list of file names, so that olly would skip breaking on the dlls we dont care about.

Anonymous
06-16-2003, 09:49 AM
for this to work well, a right click in the view-executables list (this list that pops up on a dll load) to add a dll to the list would be important too.

Teerayoot
06-18-2003, 11:00 PM
if(specify_dll_loaded)stop.
he he ,i think this is great if possible.