Log application changes made to the system

Posted by Maxim Veksler on Super User See other posts from Super User or by Maxim Veksler
Published on 2010-04-21T08:39:01Z Indexed on 2010/04/21 8:44 UTC
Read the original article Hit count: 475

Hello,

Windows 7, 64bit.

I have an application which I don't trust but still need to run.

I would like to run the installer of this application and later on the installed executable under some kind of "strace" for windows which will record what this application did to the system.

Mainly:

  • What files have been created / edited?
  • What registery changed have been made?
  • To what network hosts did the application tried to communicate?

Ideally I would also be able to generate a "UNDO" action to undo all the changes.

Please don't suggest full Virtualization solutions such as Virtualbox, VMWare and co. because the application should run in the host system (A "sandbox" approach will OTHO be accepted, IMHO).

Do you any such utility I can use?

Thank you, Maxim.

© Super User or respective owner

Related posts about windows-7

Related posts about malware