View Single Post
  #1  
Old 01-09-2004, 11:06
jadesk99
 
Posts: n/a
Is it possable breakpoint on entry point of DLL

A DLL is including the code to check registration key !!!
DLL have to be loaded in memory to debug with Softice, but
the DLL is not loaded at first time because it is loaded only when
using just some function ~.

So I have no idea how to debug the DLL !
Is there how to do breakpoint on entry point of the DLL ?
Please give me any other useful tips !

Thanks
Reply With Quote