I have a winxp process which has all sorts of dlls and static libs. One of our libs is calling ms debug dlls, I have a suspicion which one it is but want to prove it in a tool like Process Explorer. How can I get a tree of my process, to see exactly who is loading what modules?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can use tools like Dependency Walker |
|||||||||
|
|
Two tools that ship with MS Visual Studio:
Run If things are getting loaded at runtime, set a breakpoint on k |
|||
|
|