Hero
April 16th, 2007, 13:14
Hi all
This is somehow a strange question,but I don't know how I should you this.
Assume that your main application executable file has a loader that you should use it for running that file.
how you can debug this file(i mean main one) for its EP?
I can easily go to loader's CreateProcess,but If I attach to created process,I will go over EP,and I want to start debugging from EP.
I thought changing CreateProcess flags and adding CREATE_SUSSPENDED flag will work,But I notice that you can't attach suspended process.
How can I start debugging of child process from EP,even It should be start with that loader?
Regards
This is somehow a strange question,but I don't know how I should you this.
Assume that your main application executable file has a loader that you should use it for running that file.
how you can debug this file(i mean main one) for its EP?
I can easily go to loader's CreateProcess,but If I attach to created process,I will go over EP,and I want to start debugging from EP.
I thought changing CreateProcess flags and adding CREATE_SUSSPENDED flag will work,But I notice that you can't attach suspended process.
How can I start debugging of child process from EP,even It should be start with that loader?
Regards