|
Wouldnt
1) breakpointing CreateProcess in GUI exe
2) on every break
2.1) changing the flags to suspended and tracing over CreateProcess
2.2) attaching a separate debugger to the new process
2.3) breakpoint every export in A.dll
work?
I'm not sure if 2.2 will work, dont know if you can attach a debugger to a process that's created suspended.
|