简体   繁体   中英

Activity monitor

I am wondering if there is a tool which can trace a list of files (Text/any external file/s) my C# Program is using/Accessing ? =D

is there any sort of tool?

ps its to test Program Security .. ;)

ProcessMonitor监视任何文件系统,注册表,线程,网络和事件日志活动。

Process Explorer可能会有所帮助。

Yes, there is an excellent program by SysInternals, now bought by MS. Take a look at http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx

I agree with VVS that Process Monitor is just the right tool for your needs. Just wanted to add that to get what you need you would have to set up some filters. Press Ctrl-L and create a filter based on the process name. You can also see registry and network activity. Process Explorer doesn't show the detailed log of all operations, rather you can see the current activity and open handles.

非常感谢..过程监视器具有强大的功能,它使我紧张.. ::((因为我将Hdd序列信息存储在文本文件中以确保安全,因此该软件已跟踪了几乎所有内容...现在我知道为什么我的上一个程序被黑了:哭:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM