搜索资源列表
JiurlPortHide
- 本例子是从网上一个的代码更改过来,原先只有对网络数据进行拦截,后来经过本人的更改,实现了对文件(2k和xp下测试过)的访问权限控制-this case from the Internet is a code change over, only to the original data network to intercept and were later I change and realize the right paper (2k and tested under xp) Access Co
virtual_netork_driver
- 虚拟网络驱动程序ndis for 数字电视 ip 数据接收
TCP_VSer
- 管理软件和现场总线之间的信息转换工作,并与外网进行TCP数据包通讯,在作用上非常类似于硬件意义上的网络桥接器
探索NDIS HOOK新的实现方法
- NDIS HOOK是专业级防火墙使用的一种拦截技术,NDIS HOOK的重点是如何获得特定协议对应NDIS_PROTOCOL_BLOCK指针,获得了该指针,接下来就可以替换该协议所注册的收发函数,而达到拦截网络数据的目的。 获 得NDIS_PROTOCOL_BLOCK指针的方法一般是用NdisRegisterProtocol注册一个新的协议,所获得的协议句柄实际上就是一 个NDIS_PROTOCOL_BLOCK指针,顺着该指针遍历NDIS_PROTOCOL_BLOCK链表,就可以
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
passthru
- 中间层驱动开发框架 用于在其基础上对开发网络数据包的操作。-The middle layer-driven development framework for their development on the basis of the operation of network data packets.
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
Packet_Analysis
- 基于Passthru的扩展,抓取IP数据包,并在内核中利用队列、系统线程实时将IP数据包解析到磁盘文件中,同时提供用户控制,在RING3使用SDK编写界面。 本程序可以帮助您熟悉驱动编写、windows编程、用户态和内核态交互编程以及网络知识的基础应用。 驱动安装使用snetcfg,已集成到用户界面中。-Based on the expansion of passthru, crawl IP packet, and the use of the kernel queue, the sys
filterhook
- 简单实现网路数据的过滤,是学习网络驱动不错的选择-Easy implementation of network data filtering, network-driven study are a good choice
ProtocolDriver
- 是网络的协议驱动源代码框架,对想过滤网络数据的初学者很有帮助-Is the network protocol driver source code framework, and would like to filter network data useful for beginners
netdrv
- 网络过滤驱动,简单分析网络数据包,对于特殊要求需要自己按需修改-netdrv NDIS Intermediate Driver
WinpkFilter
- 一个高性能的网络数据包处理架构,利用WinpkFilter可以在应用层直接对数据包进行处理,甚至可以在应用层延缓数据包发送-WinpkFilter is a high performance packet filtering framework for Windows that allows developers to transparently filter (view and modify) raw network packets with minimal impact on network
Tamir.SharpSSH
- SFTP即加密文件传输协议(Secure file transfer protocol) ,与FTP不同的是,指令与数据在传输过程中都是经过加密的,防止在网络传输过程中密码和敏感信息被盗取。为了使用.Net来实现这一过程: 1.安装SFTP Server测试环境: 下载setupssh.exe 在服务器上按照提示安装setupssh.exe 打开一个命令行,找到OpenSSH目录(默认:C:\Program Files\OpenSSH) 创建Group mkgro
passthru
- windows 网络中间层驱动程序, 可以用于数据报分析-windows passthru driver
filemon
- 基于数字标识的敏感文件监控研究与实现,:通过对系统剪贴板和网络出口数据的监控实现了终端系统敏感电子文件的监控-Research and implementation of terminal confidential file monitor based on digital label
UDP_Trans
- 网络通信,介绍基于TCP/IP协议下的UDP数据包的传递方法。-socket upd,in vb how to use udp protocal to transmate infomation by tcp/ip.this is a txt file write by dl.
dccap
- wincap驱动拆包工具。解析报文用的工具。可以参考编写网络数据TCP/IP监听-wincap driver src
ndisprot
- ndis协议驱动实现,过滤网络数据,并打印输出-ndis protocol driver implementation to filter network data and printouts
passthru
- 内核实现对网络数据的过滤,并根据自定义规则选择是否放行。-Kernel implementation of network data filtering, and whether to release based on custom rules
NDIS
- NDIS驱动,实现内核层网络数据截伪造数据包转发等功能。-NDIS driver, the realization of the kernel layer network data cut fake packet forwarding, and other functions.