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

搜索资源列表

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

    0下载:
  2. netfilter using NDIS hooking-netfilter using NDIS Hooking
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:73113
    • 提供者:ictsecurity0
  1. arp

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

    • 发布日期:2017-03-24
    • 文件大小:105171
    • 提供者:ictsecurity
  1. ReleaseSource

    3下载:
  2. Windows防火墙源代码,NDIS网络数据包拦截,底层数据包过滤。监视TCP/IP封包,并根据设定的规则对网络封包做拦截或放行的动作,从而可以对TCP/IP封包做一层过滤来达到防止黑客攻击的目的。-ndis
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:891473
    • 提供者:曾海
  1. NDISclass

    0下载:
  2. ndis 安装类 可用于安装ndis 驱动-ndis install the class can be used to install the ndis driver
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:21767
    • 提供者:刘天宇
  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. DrvFltIp_source

    0下载:
  2. NDIS 驱动开发 使用NDIS内核-NDIS diver development
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-11
    • 文件大小:2643781
    • 提供者:李亮
  1. 80211_network_adapter_v21

    0下载:
  2. Document describing the 802.11 WiFi standards and NDIS info.
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:57293
    • 提供者:Jay Kramer
  1. DeviceIOControl

    0下载:
  2. Sending Device Input / output control codes to underlying ndis intermediate drivers from visual studio 2009
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-29
    • 文件大小:23002
    • 提供者:sargam
  1. NDISDriver

    1下载:
  2. 此源码为NDIS驱动程序,NDIS协议驱动程序源代码用C语言完成,包括四个C语言源文件,分别为packet.c、openclos.c、read.c和write.c。C语言头文件packet.h通过DDK提供的build工具编译生成驱动 程序可执行文件p a c k e t . s y s。-The source for the NDIS driver, NDIS protocol driver source code complete with the C language, includi
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-27
    • 文件大小:146619
    • 提供者:lishen
  1. NDIS_developmen_network_monitoring_Classic

    0下载:
  2. NDIS documentation and development of network monitoring Classic NDIS开发网络监测经典文档-NDIS documentation and development of network monitoring Classic
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:22127
    • 提供者:9
  1. 982128_1272264661nfUU

    0下载:
  2. Ndis delphi 数据包捕获 Ndis delphi-Ndis delphi 数据包捕获
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-09
    • 文件大小:477534
    • 提供者:陈力
  1. e100bex

    0下载:
  2. 基于 USB无线网卡的NDIS 驱动的框架,从Window提供的E100bex修改过来的,有很高的实用价值-USB-based wireless network card NDIS driver framework provides E100bex Window changes from over, has a high practical value
  3. 所属分类:USB develop

    • 发布日期:2017-03-29
    • 文件大小:169157
    • 提供者:赖雪峰
  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
  1. filter

    0下载:
  2. Simple, very light NDIS filter example, based on WDK example.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:35507
    • 提供者:name
  1. NDIS-protocol-driver-develop

    0下载:
  2. 详细讲解了Windows环境下的NDIS协议层驱动的编写过程,并以一个例子来进行讲解,很详细实用-Explained in detail under the Windows environment, the preparation of NDIS protocol layer driven process, and an example to explain, it is more practical
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:142280
    • 提供者:drcool
  1. NDIS

    0下载:
  2. NDIS开发的详细资料,保管你看完之后收益很大-NDIS protocol driver design, NDIS protocol driver design
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-30
    • 文件大小:64353
    • 提供者:林云
  1. ndis-driver

    0下载:
  2. 清华大学教授教学ppt,详细介绍了ndis相关概念及知识-Tsinghua University professor teaching ppt, details the concepts and knowledge ndis
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-03
    • 文件大小:556386
    • 提供者:林云
  1. ndis-drv

    0下载:
  2. 使用visual c++编写的一个ndis驱动程序,功能简单,但是可作为学习编写驱动的案例-Using visual c++ written a ndis driver, feature simple, but drivers can be written as a case study
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-10
    • 文件大小:1109136
    • 提供者:zhong
  1. miniport-hook

    0下载:
  2. ndis miniport hook源码-ndis miniport hook source
  3. 所属分类:Hook api

    • 发布日期:2017-03-30
    • 文件大小:3797
    • 提供者:robinh00d
« 1 2 3 4 56 7 8 9 10 ... 20 »
搜珍网 www.dssz.com