代码改变世界

2 useful uitlities from www.sysinternals.com

2004-06-28 13:40  atempcode  阅读(889)  评论(2编辑  收藏  举报
不多说了,debug必备。

File monitor: http://www.sysinternals.com/ntw2k/source/filemon.shtml

FileMon monitors and displays file system activity on a system in real-time. Its advanced capabilities make it a powerful tool for exploring the way Windows works, seeing how applications use the files and DLLs, or tracking down problems in system or application file configurations. Filemon's timestamping feature will show you precisely when every open, read, write or delete, happens, and its status column tells you the outcome. FileMon is so easy to use that you'll be an expert within minutes. It begins monitoring when you start it, and its output window can be saved to a file for off-line viewing. It has full search capability, and if you find that you're getting information overload, simply set up one or more filters.



Registry Monitor: http://www.sysinternals.com/ntw2k/source/filemon.shtml

Regmon is a Registry monitoring utility that will show you which applications are accessing your Registry, which keys they are accessing, and the Registry data that they are reading and writing - all in real-time. This advanced utility takes you one step beyond what static Registry tools can do, to let you see and understand exactly how programs use the Registry. With static tools you might be able to see what Registry values and keys changed. With Regmon you'll see how the values and keys changed..


PS 在 www.sysinternals.com 上还有很多有趣的小工具,有兴趣可以去试试。