搜索资源列表
网络监控系统
- 基于费尔的Ndis Hook技术的网络监控系统 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release 存放应用程序 Def 应用程序和驱动共用的一个定义文件 Tools 工具 安装: 将.sys文件放到\\windows\\system32\\driver目录下,导入Tools目录中installHook.reg,重启. 注意点: 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate.
OSCourseProj7_NDISDriver
- NDIS驱动开发,具备相当参考价值
NAT在NDIS中间层驱动中的实现
- NAT在NDIS中间层驱动中的实现,NAT在NDIS中间层驱动中的实现-NAT in the NDIS intermediate driver in the implementation
packetV3-13
- NDIS协议驱动开发,详细分析,网络数据包截获与侦听技术。-NDIS protocl driver devolap
ndisfirewall
- 用ndis开发的完整防火墙源代码 ndis 防火墙 wdm 驱动开发 中间层 -用ndis开发的完整防火墙源代码 ndis 防火墙 wdm 驱动开发 中间层
imdrv
- 一个较老的微软公司的NDIS驱动程序-A older Ndis driver of Microsoft Company
imsamp
- 微软的一个ndis驱动程序例子,写防火墙的朋友可以参考-A ndis driver example of Microsoft. and it can be referred to those who writes the firewall
passthru1107
- NDIS的PASSTHRU层的驱动程序,MySource应用层的程序,负责向驱动程序发指令,本来是想做防火墙的,可后来做到可过滤IP地址后没有再做了
ProtoDrv
- ndis的网络协议驱动例子-NDIS network protocol driver examples
NDIS
- 自己找的一些关于NDIS驱动开发的文档..关于winodws网络驱动设计的一些资料-Find some on the NDIS driver development documents .. winodws network drive on the design of some of the information
arpProject2
- 本软件利用wincap和NDIS驱动实现了ARP防火墙,内容分为两部分,防火墙应用程序的编译和NDIS驱动模块的编译。源代码一起打包了,下载下来后解压,然后在VC的 工具->选项->目录 里添加它。例如你解压在了C:\WPDPACK目录,那么在VC中则要添加“include files”为C:\WPDPACK INCLUDE\, 同时添加“library files”为C:\WPDPACK\LIB。 其间视乎安装环境的不同,可能还会使用到iphlpapi相关的文件,如果你使
NDISxieyiqudong
- NDIS协议驱动程序源代码清单源代码.rar
ndisprot
- ndis 网络驱动,Windows 网络安全-driver source code of ndis
FirewallsNetworkPacketInterceptionTechnology
- 讨论了各种常用的网络封包截获方法,包括传输层过滤驱动程序、NDIS中间驱动程序Winsock2 SPI,然后以Xfilter个人防火墙为实例,从功能分析、模块设计、界面设计等介绍了软件开发的全过程。-Discussed a variety of commonly used network packet interception methods, including the transport layer filter driver, NDIS intermediate driver Winsoc
NDISclass
- ndis 安装类 可用于安装ndis 驱动-ndis install the class can be used to install the ndis driver
FireWallTest-08.25
- 简单的防火墙,是基于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
NDIS-driver-study
- ndis网络驱动的一些入门知识,包括初始化,收发数据包-A document for ndis, including how to initialize,how to send and receive data packets
NDIS
- NDIS协议驱动程序设计,涉及到网络方面的知识-NDIS protocol driver design, it comes to the knowledge of the networks
HookNdis-master-src
- (InterMediateProtocolDrivers)中间驱动程序,向上提供小端口(Minport)函数集,向下提供协议(protocol)函数集。源代码中有两种实现方式,HOOK NDIS函数 和 新加载 NDIS驱动。可以实现对网络数据包的分析和过滤。-(InterMediateProtocolDrivers) intermediate driver offers up small port (Minport) function set, provides protocol down (
denrease_UML
- 自己找的一些关于NDIS驱动开发的文档,,关于winodws网络驱动设计的一些资料()