搜索资源列表
explorer
- 文件监控驱动,里面包含了多种HOOK,很值得参考-Monitor driver file, which contains a variety HOOK, is worth considering
KeyboadMonitor
- VC7.0下写的一个键盘监听的小程序,是学习hook的好例子,注释很详细.执行成功后,在C盘根目录下生成一个txt文件,记录了每个时间段的按键键码.程序执行后不会在任务栏显示图标-VC7.0 keyboard under the monitor to write a small program is a good example of learning hook, very detailed notes. After the success of the implementation, in C
FileMonitor
- 文件监控程序源码,可以监控你指定目录的文件读写操作
file-monitor
- 使用hook技术队文件的各种操作进行监视,很准确,值得研究!-file monitor by hook
p26
- 钩子实现文件或端口读写的截取&端口监控,并写入-hook to monitor the file and interface
HookAPI
- visual c++ 进程 文件监控D-the process of visual c++ File Monitor DLL
monitor
- 文件监控 实现在windows下对某个目录下的文件的操作进行监控 -File Monitor to monitor the operation of the file in a directory in the windows
cutcopyrecorder
- 痛点: 1、曾经写好的代码,后面想要重用,不知道去哪找了,搜索了很久,也没找到,再写一遍很抓狂! 2、曾经在crt上敲过的命令,下次想用,history 怎么也找不到,很郁闷! 3、数据开发经常验证问题,但同样的问题下次再次出现时,又需要编写同样的SQL,这时... 解决方法: 监控剪贴板,只要变化了,就写LOG,就存起来,因为很多时候会把代码复制下的, 或者以后养成习惯,经常ctrl+c复制下,下次想找回来只需要在Log中搜索即可 运行方式: 程序运