Location:
Search - hook ndis
Search list
Description: windows ndis钩子程序,用于防火墙、vpn、nat、网络驱动等软件的开发。-hook procedures for firewall, VPN, nat, network drives, such as software development.
Platform: |
Size: 18263 |
Author: 杨 |
Hits:
Description: NDIS HOOk 技术开发的网络抓包程序源码
Platform: |
Size: 477534 |
Author: xuneng_123@163.com |
Hits:
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:
Description: Windows下的一个功能强劲的hook代码,质量比较高-Windows under a powerful hook code, a relatively high quality
Platform: |
Size: 158720 |
Author: dr0 |
Hits:
Description: 1. logamount, resetlog, frag options support 2. dynamic rules support 3. ndis-hooking driver (for NAT and other)
Platform: |
Size: 193536 |
Author: 王斐 |
Hits:
Description: windows ndis钩子程序,用于防火墙、vpn、nat、网络驱动等软件的开发。-hook procedures for firewall, VPN, nat, network drives, such as software development.
Platform: |
Size: 18432 |
Author: |
Hits:
Description: VC网络防火墙,基于费尔的Ndis Hook技术,有兴趣的朋友研究研究.-VC network firewall, the Fairbanks-based technology Ndis Hook, interested friends studies.
Platform: |
Size: 497664 |
Author: da |
Hits:
Description: 这是网络版的Rip版,版本号为2.1,基于费尔的Ndis Hook技术.
相比正式版,除了去掉了无关紧要的注册和升级,其余一字未改.
目录列表:
TGuard 应用程序目录
TGuard_sys For 2k的驱动程序
Release 存放应用程序
Def 应用程序和驱动共用的一个定义文件
Tools 工具
从Ndis Hook技术改为基于DDK带的passthru.-This is the Internet version of Rip version, version 2.1, Based on the Fil Ndis Hook technology. compared to the official version, in addition to expelling irrelevant to the registration and upgrading, the rest of the word etched. directory listings : TGuard application directory TGuard_sys For 2k driver retention Release Fang applications Def applications and drive a common definition files from the Tools Tools Ndis Hook DDK-based technology to bring the passthru.
Platform: |
Size: 506880 |
Author: cdw |
Hits:
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:
Description: NDISHOOK的示例代码
NDIS防火墙开发可参考-NDISHOOK the sample code NDIS firewall reference
Platform: |
Size: 6144 |
Author: |
Hits:
Description: 使用NDIS_HOOK截获报文的例子。大部分NDIS API都涉及到了。-use NDIS_HOOK reportedly intercepted text example. Most NDIS API relate to.
Platform: |
Size: 81920 |
Author: 李峰 |
Hits:
Description: NDIS HOOK实例,做防火墙比中间层驱动更稳定-NDIS HOOK example, than do the middle layer firewall driven more stable
Platform: |
Size: 1865728 |
Author: 王伟 |
Hits:
Description: 一个截取网络包的驱动。它与DDK文档正是NDIS中间驱动不同,是通过HOOK内核NDIS API来实现的。听说诺顿也是使用此方法来实现。-an interception network packet driver. It DDK documentation is NDIS Intermediate Driver, through HOOK kernel NDIS API to achieve. Norton also heard that the use of this method is to be achieved.
Platform: |
Size: 279552 |
Author: helwjh |
Hits:
Description: VC网络防火墙,基于费尔的Ndis Hook技术,有兴趣的朋友研究研究. -VC network firewall, the Ndis Hook Fairbanks-based technology, are interested in studies Friend.
Platform: |
Size: 501760 |
Author: 杨秉岐 |
Hits:
Description: 一个hookapi的例子,学习全局hook,通过HOOK内核NDIS API来实现的。听说诺顿也是使用此方法来实现。-A hookapi example, learning the overall hook, through the NDIS API kernel HOOK achieved. Norton is also heard to use this method to achieve.
Platform: |
Size: 146432 |
Author: f101 |
Hits:
Description: a simple NDIS firewall.Include a fileterand hook.
Platform: |
Size: 81920 |
Author: alex |
Hits:
Description: ndis hook 框架
ndis hook 框架-ndis hook framework framework ndis hook
Platform: |
Size: 4096 |
Author: blackleak |
Hits:
Description: 费尔防火墙完整的源代码。
费尔个人防火墙采用两种封包过滤技术:
1. 应用层封包过滤,采用 Winsock 2 SPI。
2. 核心层封包过滤,采用 NDIS-HOOK。-Fairbanks, complete source code for a firewall. Fairbanks Personal Firewall uses two types of packet filtering technology: 1. Application-layer packet filtering, the use of Winsock 2 SPI. 2. The core level of packet filtering, the use of NDIS-HOOK.
Platform: |
Size: 258048 |
Author: 雄鹰 |
Hits:
Description: 利用VC6编写的一个hook程序,它可以劫持浏览器中的URL点击,将截获的URL交给其他库函数进行处理。-VC6 prepared using a hook program, it can hijack the browser URL clicks the URL will be intercepted for processing to other library functions.
Platform: |
Size: 3789824 |
Author: 田宇辰 |
Hits:
Description: ndis miniport hook源码-ndis miniport hook source
Platform: |
Size: 4096 |
Author: robinh00d |
Hits: