how to find modules use in running process

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top