搜索资源列表
ndis驱动程序代码
- 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\pac
探索NDIS HOOK新的实现方法
- NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
windows_kernel_safe_source_cod
- 站长您好,我刚才上传时“source_code.rar”时,输入说明的时间很长,结果就被说成是没有登录,而且还忘了加上书名,现在我又加上了书名,请用这个吧。谢谢!希望给多开通下载数量哦! 《寒江独钓----windows内核安全编程》 的随书源代码(2009.6新书) comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_
source_code
- comcap Windows串口过滤驱动实例 ctrl2cap Windows键盘过滤驱动实例 ps2intcap 挂钩中断与IOAPIC型键盘过滤驱动实例 Kb_sniff_Mp 键盘sniff ramdisk_wdf 内存虚拟盘实例 DP 硬盘还原示例代码 sfilter 文件过滤静态库 sflt_smpl 文件过滤静态库使用例子 crypt_file 文件系统透明加密代码 minifilter minifilter实例代码 minifilter
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
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
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
117143145NDIS
- 详细介绍NDIS驱动程序开发,对驱动程序开发人员具有很高的实用价值-Details NDIS driver development, driver development for the staff has high practical value
NDIS
- NDIS驱动开发简名手册 介绍了相关的函数说明
arpProject2
- 本软件利用wincap和NDIS驱动实现了ARP防火墙,内容分为两部分,防火墙应用程序的编译和NDIS驱动模块的编译。源代码一起打包了,下载下来后解压,然后在VC的 工具->选项->目录 里添加它。例如你解压在了C:\WPDPACK目录,那么在VC中则要添加“include files”为C:\WPDPACK INCLUDE\, 同时添加“library files”为C:\WPDPACK\LIB。 其间视乎安装环境的不同,可能还会使用到iphlpapi相关的文件,如果你使
ndis_packet
- WINDOWS NDIS 驱动例子。能实现封包截获与通讯层交互-WINDOWS NDIS driver examples. Intercepted packets to achieve interaction and communication layer
Windows_Kernel_Security_Programme
- 这是《寒江独钓——Windows内核安全编程》配书光盘,源码包括:Windows串口与键盘过滤驱动、Windows虚拟存储设备与存储设备过滤驱动、Windows文件系统过滤驱动、文件系统透明加密/解密驱动、Windows各类网络驱动(包括TDI过滤驱动及3类NDIS驱动),以及最新的WDF驱动开发模型-This is the " Snowy River fishing alone- Windows kernel security programming" book with C
ComSpy-Drviver
- ndis驱动源代码,可以在驱动层进行windows网络封包拦截-ndis driver source code, the driver layer network packet interception windows-ndis driver source code, windows in the driver layer to intercept network packets-ndis driver source code, the driver layer network packet i
ndis
- windows 下的ndis的中间层驱动程序源代码.实现数据包的封装与解封。-windows of the middle-tier under the ndis driver source code. data packet packaging and re-opened.
NDISclass
- ndis 安装类 可用于安装ndis 驱动-ndis install the class can be used to install the ndis driver
DrvFltIp_source
- NDIS 驱动开发 使用NDIS内核-NDIS diver development
NDIS
- NDIS中间层驱动包截获技术解析,内容详细,了解ndis驱动非常有用-NDIS intermediate driver packet capture technology analysis, detailed and very useful to understand ndis driver