Reputation: 407
I have an Application was compiled and I need list all directories he tries/have to access.
When I execute this App he returns with error message and I believe this is a permission error.
I already see the Process Explorer, but he don't show all files manipulated by Process/Application.
Upvotes: 1
Views: 6149
Reputation: 409
A nice utility here: http://www.nirsoft.net/utils/process_activity_view.html did the trick for me.
Open the ProcessActivityView.exe
Select "File"->"Start New Proces"
Then enter the path for your executable and program arguments if you need.
Checking "Start tracing immediately" box did not work for me.
This program attaches to the process and hooks to common syscalls for file access.
Upvotes: 1