Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I get a list of files loaded by my process?

I'm trying to do a quick and dirty deployment of a project. I thought it would be easy to run my process, use some tool to grab a list of all loaded files (DLLs) and use that list to create a copy file list for my test deployment.

Thought about using filemon but there is a lot of noise in there. Its a .net project.

Thanks.

like image 825
TheSean Avatar asked Nov 15 '22 13:11

TheSean


1 Answers

Process Explorer?

like image 115
MK. Avatar answered Dec 08 '22 01:12

MK.