This is similar to this question, but there is a twist.
I need to debug a process that is within a DLL, not an executable. The caller is a java application which I have no control over, so I cannot start my debug session from there.
Can it be done?
This is similar to this question, but there is a twist.
I need to debug a process that is within a DLL, not an executable. The caller is a java application which I have no control over, so I cannot start my debug session from there.
Can it be done?
As I have no control over the Java portion of the code, I created a debug attach point by displaying a MessageBox at the point I needed the debug to start.
This gives me time to attach the debug.