Monitoring an executable

firewall

Platinum Member
Oct 11, 2001
2,099
0
0
I want to monitor an executable file, to see which registry keys it accesses, which files it makes and accesses during execution and any other thing it might do.

Which software can I use to monitor the file? Any help will be appreciated.

I am using Windows XP SP2.

If there is some software which fits the bill on some Linux distro, please tell about that too.
 

xtknight

Elite Member
Oct 15, 2004
12,974
0
71
Regmon, Filemon from SysInternals.

Linux: strace (system call trace), ltrace (library call trace)
lsof (to see open file handles)