Modules loaded by process

Is there any command available in windbg to know about the modules
loaded by process

There is a command “lm” for listing modules but it does not tell
which module is loaded by which process.

Thanks
Rohit

try:

kd> !sym noisy
Noisy mode on.
kd> .reload -f

Rohit wrote:
Is there any command available in windbg to know about the modules
loaded by process

There is a command “lm” for listing modules but it does not tell
which module is loaded by which process.

Thanks
Rohit


You are currently subscribed to windbg as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

---------------------------------
How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos. Get Yahoo! Photos

Use !peb within the context of the process you are investigating.

“Rohit” wrote in message news:xxxxx@windbg…
Is there any command available in windbg to know about the modules
loaded by process

There is a command “lm” for listing modules but it does not tell
which module is loaded by which process.

Thanks
Rohit