搜索资源列表
ndis驱动程序代码
- 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NT
探索NDIS HOOK新的实现方法
- NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着
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
xpassthru
- NDIS中间驱动程序的一个很好的例子-NDIS Intermediate Drivers of a good example
NDIS开发
- WINDOWS驱动NDIS开发-Windows NDIS driver development
ndis驱动程序代码
- 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\programs\NTDD
NDIS
- 对NDIS的全面介绍,包括底层的驱动程序的开发过程-right NDIS comprehensive presentation, including the underlying drivers of the development process
ndis_fw
- ndis驱动源代码,可以在驱动层进行windows网络封包拦截-ndis driver source code, the driver layer network packet interception windows
WindowsCE_Dev
- Windows CE 设备驱动程序开发指南,介绍了为基于Windows CE的设备开发设备驱动程序的过程。解释了如何创建简单和流接口驱动程序,以及如何实现USB和NDIS驱动程序。-Windows CE Device Driver Development Guide, introduced a Windows CE-based equipment device driver development process. Explain ho
OSCourseProj7_NDISDriver
- NDIS驱动开发,具备相当参考价值-NDIS driver development, with considerable reference value
FireWall
- 基于NDIS的防火墙及控制.包含一个ndis驱动代码和vc++写的控制程序-NDIS-based firewall and control. Contains an NDIS driver code and vc++ Written control procedures
ndis
- ndis windows网络驱动程序的范例-ndis windows driver is an example of network
NDIS-protocol
- 高人写的NDIS协议驱动开发文档,对windows驱动开发人员有帮助!-An expert to write the NDIS protocol driver development files for windows driver developers have to help!
NDIS
- 给初学驱动开发的人提供点技术资料,中文版的太少了.-To the development of novice driver to provide point of technical information, the Chinese version of the too low.
NDIS
- ndis详细讲解,详细介绍ndis中间层驱动的开发-NDIS elaborate detail NDIS intermediate layer-driven development
NDIS
- 自己找的一些关于NDIS驱动开发的文档..关于winodws网络驱动设计的一些资料-Find some on the NDIS driver development documents .. winodws network drive on the design of some of the information
NDIS
- NDIS驱动开发简名手册 介绍了相关的函数说明
ndis_packet
- WINDOWS NDIS 驱动例子。能实现封包截获与通讯层交互-WINDOWS NDIS driver examples. Intercepted packets to achieve interaction and communication layer
NDIS
- NDIS中间层驱动包截获技术解析,内容详细,了解ndis驱动非常有用-NDIS intermediate driver packet capture technology analysis, detailed and very useful to understand ndis driver