搜索资源列表
ndis驱动程序代码
- 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\pac
NDIS Monitor
- NDIS HOOk 技术开发的网络抓包程序源码
探索NDIS HOOK新的实现方法
- NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
VC使用ndis的抓包程序
- 一个使用ndis的抓包程序,对ndis感兴趣的可以研究研究,-A catching packet program by using ndis
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驱动开发的文档..关于winodws网络驱动设计的一些资料-Find some on the NDIS driver development documents .. winodws network drive on the design of some of the information
ndis
- ndis中间层驱动程序,实现中间层驱动程序-NDIS intermediate driver layer, to achieve middle-tier driver
NDIS
- NDIS驱动开发简名手册 介绍了相关的函数说明
NDIS
- 对NDIS开发资料整理,分了6个部分,做了一个完整的目录-NDIS
NDIS
- NDIS中间层数据包过滤方法 适合于开发网络过滤防火墙-NDIS intermediate layer packet filtering method is suitable for development of Web-filtering firewall
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
- ndis开发的详细手册,中文版,介绍了NDIS的开发流程,以及中间件开发-ndis development of detailed manuals, the Chinese version, introduced the NDIS development process, and middleware development
ndis
- windows driver ndis document.
NDIS
- NDIS中间层驱动包截获技术解析,内容详细,了解ndis驱动非常有用-NDIS intermediate driver packet capture technology analysis, detailed and very useful to understand ndis driver
NDIS
- 很好的作用于NDIS中间层驱动设计的代码 -very important
NDIS函数手册
- NDIS函数介绍,对驱动编程中常用的NDIS库函数接口进行了总结。
NDIS Winsock
- This Code Is about NDIS Winsock development
NDIS Filter Drivers指南
- 一本关于NDIS Filter驱动的书籍。。。。。。。。。。。。。。。。。。。(A book about NDIS Filter driven books)