|
Noob Question on Debugging DLL
Kind of a Noob question, as I haven't run into this before.
I have a dotNet application that loads some licensing commands through a regular VB6 DLL that was not written in DotNet. How can I break on calls to this DLL to see what manipulation is being performed on the data being passed through to it with ollydbg?
|