CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - firewall ndis

搜索资源列表

  1. 网络防火墙NetGuard源码

    0下载:
  2. VC网络防火墙,基于费尔的Ndis Hook技术,有兴趣的朋友研究研究.-VC network firewall, the Fairbanks-based technology Ndis Hook, interested friends studies.
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:497661
    • 提供者:da
  1. NDIS_IM_firewall

    0下载:
  2. NDIS IM防火墙安装文件和源代码,是学习NDIS中间层过滤最好的参考代码-NDIS IM firewall installation file and the source code is studying NDIS intermediate layer filter the best reference code
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:1948208
    • 提供者:
  1. NDISIM

    0下载:
  2. NDIS IM防火墙源代码,应用了NDIS过滤驱动开发的防火墙.-NDIS IM firewall source code, the application of the NDIS driver development filter firewall.
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:974715
    • 提供者:niklen
  1. UESTC_NAT

    0下载:
  2. 基于windows ndis的网关防火墙-based on the gateway firewall
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:44688
    • 提供者:杨宁
  1. NetwAll

    0下载:
  2. 使用ndis中间层,用vc编的简单防火墙程序-use NDIS intermediate layer using vc series of simple procedures firewall
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:3318821
    • 提供者:季荣
  1. NetGuard-Sources

    0下载:
  2. NetGuard网络防火墙,学习NDIS Hook的朋友们可以看看。-NetGuard network firewall, learning NDIS Hook' s friends can see.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-29
    • 文件大小:494764
    • 提供者:醉舞明月
  1. DIYFireWall

    1下载:
  2. NDIS+SPI双层过滤个人防火墙 详细vc++源程序 主要功能有: 1.网络流量统计; 2.网络访问控制; 3.IP规则设置; 4.网站黑名单设置; 5.ARP防御等。 -NDIS+ SPI double-filtering personal firewall vc++ source code in detail the main function: 1. Network traffic statistics 2. Network Access Control 3.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-05-28
    • 文件大小:11253298
    • 提供者:hzy
  1. imsamp

    0下载:
  2. 微软的一个ndis驱动程序例子,写防火墙的朋友可以参考-A ndis driver example of Microsoft. and it can be referred to those who writes the firewall
  3. 所属分类:Firewall-Security

    • 发布日期:2017-11-09
    • 文件大小:1222649
    • 提供者:站长
  1. FireWall

    0下载:
  2. ndis 防火墙的实现 中间层采用passthru-NDIS layer between the firewall implementation the use of passthru
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3562395
    • 提供者:寒星
  1. firwwork

    0下载:
  2. 基于NDIS的网络个人防火墙原代码,对深入理解防火墙原理和TCP/IP原理大有好处-NDIS network-based personal firewall source code, a deep understanding of firewall theory and TCP/IP Principles of good
  3. 所属分类:Firewall-Security

    • 发布日期:2017-05-17
    • 文件大小:4798609
    • 提供者:zeb
  1. DrvFltIp

    0下载:
  2. 一个驱动级的防火墙源程序,基于ndis hook,可以设定外部设定过滤规则,-A drive source firewall level, based on ndis hook, set the filter can be set to external rules,
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-26
    • 文件大小:8532
    • 提供者:wb
  1. NetGuard

    0下载:
  2. 网络防火墙NetGuard源码.基于费尔的Ndis Hook技术,里面有代码说明.-NetGuard source network firewall. Ndis Hook of Fairbanks-based technology, there are codes.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-04-17
    • 文件大小:492901
    • 提供者:Connecticut
  1. arpProject2

    0下载:
  2. 本软件利用wincap和NDIS驱动实现了ARP防火墙,内容分为两部分,防火墙应用程序的编译和NDIS驱动模块的编译。源代码一起打包了,下载下来后解压,然后在VC的 工具->选项->目录 里添加它。例如你解压在了C:\WPDPACK目录,那么在VC中则要添加“include files”为C:\WPDPACK INCLUDE\, 同时添加“library files”为C:\WPDPACK\LIB。 其间视乎安装环境的不同,可能还会使用到iphlpapi相关的文件,如果你使
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-09
    • 文件大小:1792290
    • 提供者:成智之
  1. PassThru3

    0下载:
  2. ndis packet filter for personal firewall develop
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:138492
    • 提供者:ali
  1. antiarp

    0下载:
  2. 一个中国人自发组织的开源项目,使用vs 2008 开发,使用ndis开发是arp防火墙,开发语言为c++。-A Chinese self-organized open-source projects, use vs 2008 to develop, use arp firewall ndis development is the development of language is c++.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-06-10
    • 文件大小:17114489
    • 提供者:liaozengkang
  1. arpProject

    0下载:
  2. 用VC++ 6.0开发的arp防火墙。很有研究价值。是用ndis,winpcap等技术开发,环境的配置比较复杂一点。-Using VC++ 6.0 development arp firewall. Great research value. With ndis, winpcap, such as technology development, the environment a little more complicated to configure.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-05-10
    • 文件大小:2279120
    • 提供者:liaozengkang
  1. NDIS

    0下载:
  2. NDIS中间层数据包过滤方法 适合于开发网络过滤防火墙-NDIS intermediate layer packet filtering method is suitable for development of Web-filtering firewall
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-28
    • 文件大小:120501
    • 提供者:sbird
  1. FirewallsNetworkPacketInterceptionTechnology

    0下载:
  2. 讨论了各种常用的网络封包截获方法,包括传输层过滤驱动程序、NDIS中间驱动程序Winsock2 SPI,然后以Xfilter个人防火墙为实例,从功能分析、模块设计、界面设计等介绍了软件开发的全过程。-Discussed a variety of commonly used network packet interception methods, including the transport layer filter driver, NDIS intermediate driver Winsoc
  3. 所属分类:Firewall-Security

    • 发布日期:2017-06-11
    • 文件大小:18553126
    • 提供者:majikang
  1. MyFireWall

    0下载:
  2. NDIS+SPI双层过滤个人防火墙 详细源程序主要功能有: 1.网络流量统计; 2.网络访问控制; 3.IP规则设置; 4.网站黑名单设置; 5.ARP防御等。-NDIS+ SPI double filtering personal firewall source code in detail the main features are: 1. Network traffic statistics 2. Network Access Control 3.IP rule set 4. Bla
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-04
    • 文件大小:13480757
    • 提供者:唐博
  1. FireWallTest-08.25

    0下载:
  2. 简单的防火墙,是基于NDIS中间层驱动的网络数据过滤程序,实习的时候做的,-This is a simple firewall,which uses the NDIS intermediate driver based on network data filtering process.I did it when had practical to do, huh, huh
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5211366
    • 提供者:liujiyun
« 12 »
搜珍网 www.dssz.com