搜索资源列表
ndis驱动程序代码
- 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\pac
NDIS
- 对NDIS的全面介绍,包括底层的驱动程序的开发过程-right NDIS comprehensive presentation, including the underlying drivers of the development process
一个关于ndis-hook的例子
- 基于ndis-hook的例子,可以了解hook编程的基本思路和编程方法-based on NDIS-hook example, the hook can be programmed to understand the basic ideas and Programming
NDIS 函数简明手册
- NDIS 函数简明手册-NDIS function concise manual
NDIS的实现程序
- NDIS的实现程序-procedures for the realization of NDIS
NDIS
- 计算机网络技术基础 Windows网络体系结构 NDIS规范简介
ndis
- ndis windows网络驱动程序的范例
NDIS
- NDIS中间层与应用层通信的例子,简单易懂
NDIS Monitor
- NDIS HOOk 技术开发的网络抓包程序源码
探索NDIS HOOK新的实现方法
- NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
NDIS-filter
- NDIS数据包过滤监控,测试通过,是学习ndis的好例子。NdisMonitor_v1-00是演示程序,NdisMonitor_v1-00_kernel是驱动源代码-NDIS packet filter monitor, test, is a good example to learn ndis. NdisMonitor_v1-00 is a demonstration program, NdisMonitor_v1-00_kernel is the driving source
NDIS
- ndis详细讲解,详细介绍ndis中间层驱动的开发-NDIS elaborate detail NDIS intermediate layer-driven development
ndis
- ndis中间层驱动程序,实现中间层驱动程序-NDIS intermediate driver layer, to achieve middle-tier driver
NDIS
- NDIS驱动开发简名手册 介绍了相关的函数说明
ndis
- windows 下的ndis的中间层驱动程序源代码.实现数据包的封装与解封。-windows of the middle-tier under the ndis driver source code. data packet packaging and re-opened.
ndis
- 基于ndis的基础及实现过程对于初次学习ndis的人很有帮助-Ndis based on the foundation and implementation process for the learner who ndis helpful
ndis
- windows driver ndis document.
NDIS
- 很好的作用于NDIS中间层驱动设计的代码 -very important
NDIS Winsock
- This Code Is about NDIS Winsock development
NDIS Filter Drivers指南
- 一本关于NDIS Filter驱动的书籍。。。。。。。。。。。。。。。。。。。(A book about NDIS Filter driven books)