搜索资源列表
3
- 基于Filter—Hook Drive设计个人防火墙文档
3
- 基于Filter—Hook Drive设计个人防火墙文档-Filter-Hook Drive based on the design of personal firewall documentation
DrvFltIp
- 一个驱动级的防火墙源程序,基于ndis hook,可以设定外部设定过滤规则,-A drive source firewall level, based on ndis hook, set the filter can be set to external rules,
FITER
- 基于Filter—Hook Drive设计个人防火墙-Based on Filter-Hook Drive Design of Personal Firewall
fire
- 基于Filter-Hook Drive的IP协议过滤程序的数据包过滤防火墙-Based on Filter-Hook Drive in the IP protocol filtering packet filtering firewall program
001
- 基于Filter-Hook Driver(使用ipfirewall.h)的IP过滤驱动-Based on Filter-Hook Driver (use ipfirewall.h) the IP filtering driver
anit
- Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows applicati
DrvFltIp
- 一个驱动级的防火墙源程序,基于ndis hook,可以设定外部设定过滤规则,-A drive source firewall level, based on ndis hook, set the filter can be set to external rules,
Firewall
- 一个基于Filter-hook drive 设计的数据包过滤防火墙,利用设定好的过滤规则对访问的数据包进行过滤,实现防火墙的功能。-Filter-hook drive-based packet filtering firewall design, the use of the filter rules for access to packet filtering firewall functionality to achieve.
WFP_CactiWall
- 基于WFP模型的网络防火墙设计实现 WFP(Windows Filter Platform)是为网络过滤应用开发平台提供支持的API和系统服务的集合。WFP允许开发者编写代码和操作系统的网络协议栈 交互。网络数据可以在到达目的地之前被过滤和修改。通过提供简单的开发平台,WFP被用于取代以前的TDI过滤,NDIS过滤,以及LSP(Winsock Layered Service )。在Visita