搜索资源列表
TDI_Client_Sample
- This zip file contain tow TDI client samples.-This zip file contain tow TDI client sample s.
tdiexe
- tdi client exe file,tdi is the network driver
virtualSever.rar
- 在Windows2K操作系统上虚拟出若干串口设备,这些虚拟串口设备作为 TDI Client 将串口应用程序(比如超级终端)读写串口设备的操作通过网络的方式传递到远端,即将应用程序写入的数据以UDP协议发送到远端目标机器的指定端口;监听本机指定端口,将所有在此端口收到的UDP报文数据提交给应用程序。,At the operating system on virtual Windows2K a number of serial devices, such as a virtual serial p
TDIClientDemo.zip
- TDI的客户端程序。并带有过滤部分处理。 windows环境下开发的,TDI client and TDI filter
A_TDI_client
- 网络驱动TDI(传输驱动程序),如果做网络驱动者很有用,结合serial可以做成驱动和串口的转换驱动。我也有上传哦。-Network Driver TDI (Transport Driver), if the network driver is useful to do, combined with serial driver and serial port can be made of the conversion drive. Oh, I have uploaded.
kernel.sockets.module
- KernelSocketsModule is intended to provide the simple common network programming interface in kernel mode without dependence on target operating system. On Windows XP and Windows Server 2003 it uses TDI-implementation, on Windows Vista, Windows Serve
tdi_client
- tdi client, tdi中进行socket收发通信-tdi client, tdi in socket send and receive communications
tdi_client
- tdi client, tdi中进行socket收发通信-tdi client, tdi in socket send and receive communications
HookDll
- // NtDeviceIoControlFile的HOOK函数 // ws2_32.dll的send , recv最终会调用到mswsock.dll内的数据发送函数 // mswsock.dll会调用NtDeviceIoControlFile向TDI Client驱动发送Send Recv指令 // 我们在这里做拦截,可以过滤所有的TCP 收发包(UDP之类亦可,不过要更改指令) // Hook mswsock.dll导出表的Ntdll!NtDeviceIoControlFile