I have a .net application which I don’t have source too. I’m interested in determining what files this application is accessing. I thought that a debugger would be a good way to do this. I work only in the linux world and know nothing about windows debuggers. I feel like there should be a way to do this with windbg, I know how I would go about it with gdb but not with windbg. Any help or advice is much appreciated.
Share
If you just want to monitor file system activity for a given process then you won’t find anything better than Process Monitor. It does lots more too and it’s free from Sysinternals (now Microsoft).