CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - arp ndis

搜索资源列表

  1. WindowsNetAndConmunicationDesign

    0下载:
  2. 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Window
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:486513
    • 提供者:王勇
  1. 探索NDIS HOOK新的实现方法

    0下载:
  2. NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
  3. 所属分类:驱动编程

  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. rk_044

    0下载:
  2. 通过ndis在网络上发送原始的数据包,对于arp协议进行了相关的处理-Through the NDIS network packets sent original, the arp protocol to carry out the relevant treatment
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:258502
    • 提供者:刘丽
  1. ARP

    0下载:
  2. 通过NDIS截获实现ARP功能,通过C++编写,采用passthru-NDIS intercepted through the realization of ARP function, through the C++ development, the use of passthru
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-31
    • 文件大小:119431
    • 提供者:袁宇
  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. 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. NDISIMARP

    0下载:
  2. 基于NDIS中间驱动程序的ARP防火墙设计-Based on NDIS Intermediate Drivers ARP Firewall Design
  3. 所属分类:Firewall-Security

    • 发布日期:2017-05-10
    • 文件大小:2267975
    • 提供者:张秋水
  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. arp

    0下载:
  2. ARP Firewall in asm using NDIS Driver
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:105171
    • 提供者:ictsecurity
  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. NdisMonitor_v1-00_kernel

    0下载:
  2. 国外的一个中间层NDIS Hook 源码,通过Hook中间层,实现IP ARP 包的过滤。-Abroad, a middle layer NDIS Hook source, through Hook middle layer, to achieve IP ARP packet filtering.
  3. 所属分类:Scanner

    • 发布日期:2017-04-02
    • 文件大小:22259
    • 提供者:李宁
  1. ARPFirewall

    0下载:
  2. ARP防火墙,伪造发送ip达到防御目的。hook ndis有一些bug,仅供参考。-ARP firewall, sending fake ip to defensive purposes. hook ndis have some bug, for reference only.
  3. 所属分类:Firewall-Security

    • 发布日期:2017-03-31
    • 文件大小:25834
    • 提供者:顺口溜
  1. NARPD

    0下载:
  2. 通过NDIS截获实现ARP功能,通过C++编写,采采用passthru ,经测试可直接使用。 -ARP function through NDIS intercepted written by C++, mining using passthru been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:118991
    • 提供者:xlli
  1. Trk_0444h

    0下载:
  2. 通过ndis在网络上发送原始的数据包,对于arp协协议进行了相关的处理 ,经测试可直接使用。 -Ndis network to send the original packet processing for the the arp Association Agreement, has been tested and can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-20
    • 文件大小:236617
    • 提供者:xlli
  1. EnumeHosts

    0下载:
  2. 使用ndis驱动 晚上arp包的拦截 ,模拟arp攻击-使用ndis驱动 晚上arp包的拦截 ,模拟arp攻击
  3. 所属分类:Communication

    • 发布日期:2017-11-21
    • 文件大小:41181
    • 提供者:马楹坤
搜珍网 www.dssz.com