Tag: DirMon
DirMon updated to v1.0.1
by niucool on Aug.06, 2011, under System Research
Actually in most cases, we don’t need to use the mighty sword like SysTracer or FileMon to know what’s happening in your file system. So why not choose the very light weight tool DirMon?

Major features:
- Support all Windows NT platforms: Windows 2000 ~ windows 7 both 32-bit and 64-bit
- Light weight and easy to use, no administrator privilege needed.
- Monitor all changes in a directory with flexible options.
Change history:
v1.0.1 (2011-08-05)
- Support both Chinese and English
Please download the latest version of DirMon here.
老软件:DirMon
by niucool on Jul.06, 2010, under System Research
这是我2003年写的一个老古董软件,当时是参考Codeproject一篇文章写的,今天整理电脑的时候居然发现了那份源代码。我重新编译了一下,放出来,说不定有同志需要。
功能介绍:
DirMon的功能类似于FILEMON,不同之处在于DirMon是通过调用ring 3的函数来实现目录的监控,指定目录下的所有写操作包括文件的添加,删除和修改都会被记录下来。
DirMon操作简单,使用方便,占用系统资源少。但DirMon并不是一个底层的驱动级监控工具,只是一个应用层的小监控工具,这个软件已经到此为止了,放在这里或许只是为了纪念。