搜索资源列表
TDIRedir
- The goal of this TDI filter driver sample is to illustrate how to use TDI to redirect outbound TCP connections to a local proxy.
vxdtdi
- 访问TCP/IP协议栈的vxd例子 -The vxd example for visiting tcp/ip protocol stack
1
- 防火墙个人防火墙数据包包过滤TCP/IP 传输层TDI 驱动程序网络驱动过滤驱动 -Firewall, personal firewall bag filter data TCP/IP transport layer driver network drive TDI filter driver
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile