|
heya.
the system provides dll names with this event only when you CREATE the process, not when you attach to it.
also note that lpImageName points to an address in the address space of the DEBUGGEE, not your debugger and that the string it points to could be in unicode, so its a bit tricky to read it out ;P
|