文件名称:DrvFltIp
- 所属分类:
- 钩子与API截获
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 18kb
- 下载次数:
- 0次
- 提 供 者:
- t***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
防火墙过滤驱动,1) 一个创建设备的驱动程序入口,为通讯创建符号连接和处理IRPs(分派,加载,卸载,创建...)的标准例程。
2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则).
3)对于我们的驱动,我们实现多个用于过滤的函数。
-Firewall filter driver, 1) a device driver to create the entrance, create a symbolic link for the communication and processing of IRPs (distribution, loading, unloading, create ...) standard routines. 2) in the standard routines in the management IRPs. In our code, we achieved four IOCTL code: START_IP_HOOK (up filter function), STOP_IP_HOOK (cancellation filter function), ADD_FILTER (installation of new filter rules), CLEAR_FILTER (clear all the rules). 3) for our drivers, we used to filter multiple functions.
2)在标准例程里管理IRPs.在我们的代码中,我们实现了四个IOCTL代码:START_IP_HOOK(注册过滤函数),STOP_IP_HOOK(注销过滤函数), ADD_FILTER(安装新的过滤规则),CLEAR_FILTER(清除所有规则).
3)对于我们的驱动,我们实现多个用于过滤的函数。
-Firewall filter driver, 1) a device driver to create the entrance, create a symbolic link for the communication and processing of IRPs (distribution, loading, unloading, create ...) standard routines. 2) in the standard routines in the management IRPs. In our code, we achieved four IOCTL code: START_IP_HOOK (up filter function), STOP_IP_HOOK (cancellation filter function), ADD_FILTER (installation of new filter rules), CLEAR_FILTER (clear all the rules). 3) for our drivers, we used to filter multiple functions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DrvFltIp\buildchk_wxp_x86.log
........\dbghelp.h
........\ddkbuild.bat
........\DrvFltIp.c
........\DrvFltIp.dsp
........\DrvFltIp.dsw
........\DrvFltIp.h
........\DrvFltIp.ncb
........\DrvFltIp.opt
........\DrvFltIp.plg
........\makefile
........\readme.txt
........\sources
DrvFltIp
........\dbghelp.h
........\ddkbuild.bat
........\DrvFltIp.c
........\DrvFltIp.dsp
........\DrvFltIp.dsw
........\DrvFltIp.h
........\DrvFltIp.ncb
........\DrvFltIp.opt
........\DrvFltIp.plg
........\makefile
........\readme.txt
........\sources
DrvFltIp