how to find modules use in running process

P

Philip Nunn [MSFT]

I would suggest using an 'associators of' query something like this:

associators of {win32_process.handle='2604'} where AssocClass =
CIM_ProcessExecutable

It will return all the files that participate in execution of the process.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top