How to get list of files that a program is working with?
For example, if a program is downloading something, how can I know what and where that file is while downloading?
How to get list of files that a program is working with? For example,
Share
Use a debugger, OllyDbg is a good one: http://www.ollydbg.de/
For the network activity, use a packet sniffer: Wireshark – http://www.wireshark.org/