Welcome![Sign In][Sign Up]
Location:
Search - ndis

Search list

[Windows DevelopNDIS Monitor

Description: NDIS HOOk 技术开发的网络抓包程序源码
Platform: | Size: 477534 | Author: xuneng_123@163.com | Hits:

[Driver Develop探索NDIS HOOK新的实现方法

Description: NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以找到你所要挂钩的协议所对应的 NDIS_PROTOCOL_BLOCK.之所以可以这样做,是因为每注册一个协议,系统都会把该协议对应的NDIS_PROTOCOL_BLOCK放置 在协议链表的开头,该协议链表每个元素都是NDIS_PROTOCOL_BLOCK类型,代表一个已经注册的协议。 事 实上我们需要的只是TCPIP协议族的NDIS_PROTOCOL_BLOCK指针,毕竟TCP,IP,ARP,ICMP等等几乎所有我们感兴趣的协议, 都是在tcpip.sys协议驱动里面实现的。如果我们只需要TCPIP协议所对应的NDIS_PROTOCOL_BLOCK,那么上面的方法就有点繁琐 了。我们可以试着寻找更简便的方法来获得TCPIP协议的NDIS_PROTOCOL_BLOCK.
Platform: | Size: 5364 | Author: zhxiaojm@live.cn | Hits:

[Windows DevelopNDIS 函数简明手册

Description: NDIS 函数简明手册-NDIS function concise manual
Platform: | Size: 11264 | Author: 何力 | Hits:

[Internet-NetworkNDIS的实现程序

Description: NDIS的实现程序-procedures for the realization of NDIS
Platform: | Size: 408576 | Author: 张鹏 | Hits:

[Internet-NetworkNDIS开发

Description: WINDOWS驱动NDIS开发-Windows NDIS driver development
Platform: | Size: 191488 | Author: 刘卫 | Hits:

[Internet-Networkndis驱动程序代码

Description: 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\programs\NTDDK \src\network\ ndis\packet目录(即驱动程序和相应应用程序所在的目录),键入build命令开始编译,在该目录下的dirs文件的控制下可以同时编译driver目录下的驱动程序和testapp目录下用于测试驱动程序的应用程序;即同时得到改动后的驱动程序和测试该驱动程序的应用程序。-First, readers can DDK first example of the original packet backup procedures, and then change the driver covered the original source code (that is, covering packet-gt; Driver directory code, the revised code has been given). Then compiler. Topping the list is to choose start-gt; Procedures- gt; Development kits- gt; Windows 2000 DDK- gt; Checked Build Environment, there will be a console window. Use cd order to enter D : \ programs \ NTDDK \ src \ network \ NDIS \ packet directory (ie driver and the corresponding application to the directory), type build orders started compiling, in the catalog under the dirs documents under the control can also compile directories under the driver Flooding testapp procedures and dynamic directory for testing drivers for the applications; that is to be
Platform: | Size: 22528 | Author: 陶钊 | Hits:

[Windows DevelopNDIS

Description: 对NDIS的全面介绍,包括底层的驱动程序的开发过程-right NDIS comprehensive presentation, including the underlying drivers of the development process
Platform: | Size: 587776 | Author: 陈万通 | Hits:

[Internet-Network一个关于ndis-hook的例子

Description: 基于ndis-hook的例子,可以了解hook编程的基本思路和编程方法-based on NDIS-hook example, the hook can be programmed to understand the basic ideas and Programming
Platform: | Size: 5120 | Author: 李鸿中 | Hits:

[Internet-NetworkNDIS

Description: 计算机网络技术基础 Windows网络体系结构 NDIS规范简介-Computer network technology based on Windows network architecture specification NDIS Profile
Platform: | Size: 1141760 | Author: yyy | Hits:

[Driver Developndis

Description: ndis windows网络驱动程序的范例-ndis windows driver is an example of network
Platform: | Size: 1086464 | Author: 郭伟 | Hits:

[Driver DevelopNDIS

Description: NDIS中间层与应用层通信的例子,简单易懂-NDIS intermediate layer and application layer communication examples, easy-to-read
Platform: | Size: 87040 | Author: 刘用 | Hits:

[Internet-NetworkNDIS-protocol

Description: 高人写的NDIS协议驱动开发文档,对windows驱动开发人员有帮助!-An expert to write the NDIS protocol driver development files for windows driver developers have to help!
Platform: | Size: 142336 | Author: xy | Hits:

[Internet-NetworkNDIS

Description: 本书介绍了NDIS协议驱动开发:包括NDIS的接口模型,协议驱动编程-The book introduced the NDIS protocol driver development: including the NDIS interface model, protocol-driven programming
Platform: | Size: 142336 | Author: cloud | Hits:

[Driver DevelopNDIS

Description: ndis详细讲解,详细介绍ndis中间层驱动的开发-NDIS elaborate detail NDIS intermediate layer-driven development
Platform: | Size: 250880 | Author: zzz | Hits:

[Internet-NetworkNDIS

Description: 自己找的一些关于NDIS驱动开发的文档..关于winodws网络驱动设计的一些资料-Find some on the NDIS driver development documents .. winodws network drive on the design of some of the information
Platform: | Size: 1226752 | Author: 韩星 | Hits:

[Driver Developndis

Description: ndis中间层驱动程序,实现中间层驱动程序-NDIS intermediate driver layer, to achieve middle-tier driver
Platform: | Size: 119808 | Author: SHEN Yingjun | Hits:

[Windows DevelopNDIS

Description: NDIS驱动开发简名手册 介绍了相关的函数说明
Platform: | Size: 8192 | Author: jerry | Hits:

[Internet-NetworkNDIS

Description: 对NDIS开发资料整理,分了6个部分,做了一个完整的目录-NDIS
Platform: | Size: 64512 | Author: chenqiang | Hits:

[Windows Developndis

Description: NDIS中间层数据包过滤方法,通过该pdf文件,你可以了解网络过滤驱动-NDIS intermediate layer packet filtering methods, the adoption of the pdf document, you can understand the network filter driver
Platform: | Size: 120832 | Author: | Hits:

[Firewall-SecurityNDIS

Description: NDIS中间层数据包过滤方法 适合于开发网络过滤防火墙-NDIS intermediate layer packet filtering method is suitable for development of Web-filtering firewall
Platform: | Size: 120832 | Author: sbird | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net