View Single Post
  #3  
Old 10-21-2005, 07:31
upb's Avatar
upb upb is offline
Friend
 
Join Date: Apr 2002
Location: Elbonia
Posts: 63
Rept. Given: 5
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 3
Thanks Rcvd at 0 Times in 0 Posts
upb Reputation: 0
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.
Reply With Quote