Do you know of any programs which can track what a specific exe does on my hard drive? (ie. what files it creates/edits...)

ps: I use windows 7

link|improve this question

60% accept rate
feedback

2 Answers

You mentioned "exe" so I assume you are on Windows. Try Process Monitor.

(On Linux, strace and/or ltrace have similar abilities.)

link|improve this answer
feedback

If this is a windows machine, I highly recommend using process explorer directly from Microsoft (process explorer - microsoft.com). This will give you all the information on any process running on the computer, as for all dll files and what not touched or opened by that same process.

By the way guys, I sent him to the Microsoft page where all the sys-internals tools are all located... grawity...

Have fun!

link|improve this answer
Yes and no. Process explorer will tell you about what a process is accessing, not the entire history of what it has done on the hard drive. – MaQleod Mar 13 '11 at 21:36
@MaQleod what software do you suggest :) ? thanks deijmaster – iAsk Mar 13 '11 at 21:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.