搜索资源列表
adi
- 线程工具,可以使用ndis中间层,用vc编的简单防火墙程序使用ndis中间层,用vc编的简单防火墙程序-threading tools can use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewall
tools11
- 使用ndis中间层,用vc编的简单防火墙程序 -use NDIS intermediate layer using vc series of simple procedures for the use of firewall NDIS intermediate layer using vc series of simple procedures firewa
“天网”防火墙
- 这是一个用vc编写的仿天网防火墙的界面,希望对大家有所帮助-vc prepared with a replica of the Skynet firewall interface, we hope to help
FTP类,支持防火墙设置
- FTP类,支持防火墙设置,在vc上面测试通过,可以放心使用-category FTP support firewall settings, the vc above tests, can be assured use
封包过滤
- vc实现的一个简单防火墙,主要是封包过滤的功能,特别是内核协议的开发值得研究-vc achieve a simple firewall, packet filtering is the main function in particular, the development of core agreement worth studying
Firewall-VB
- 该防火墙为国外牛人写的,只需在自己的机子上编译即可执行,用微软的VC++即可!-the firewall for foreign cattle were written only in their own machine can be executed compiled using Microsoft's VC can!
fhqym
- 防火墙编程之封包过滤 原代码 vc++ + ddk-firewall packet filtering each source vc
TmRemoteProxy
- 利用腾讯的tm可以远程控制内网电脑(透过防火墙),但此建立过程需要双方进行交互确认。tm远程代理可以在内网被控方电脑进行自动应答,实现无需操作内网机器即可进行控制。本代码使用AutoIt3.0 & VC 6.0开发的。实现是通过监视qq窗口和模拟鼠标和键盘操作。-use the remote control can tm within a computer network (through a firewall), However, this process requires both side
FireWall
- 基于NDIS的防火墙及控制.包含一个ndis驱动代码和vc++写的控制程序
VC++网络高级编程之十五
- SockProxy: ============================ 该程序透过服务器sock5代理访问防火墙外的程序,这里通过运行server程序来模拟远端。 不过该实例的运行需要有防火墙支持!-SockProxy : ============================ through the process server sock5 Acting visit outside the firewall procedures here by running server proc
pfw.rar
- 一个简单的防火墙,VC写的,对于学习防火墙的编写有一定帮助。,A simple firewall, VC wrote for the preparation of learning Firewall certainly be of help.
PktFilter
- PktFilter 0.06-beta2 熟悉 linux 的朋友都会爱上 iptables , 熟悉 freebsd 的朋友都会感觉 pf 的强大。 可总想找找 windows 下有没有这样强大的防火墙? PktFilter 就是一个用 VC 重构 pf 的软件,该说是 pf 的 windows 版。 有完整的源代码和详细的说明文档,不用我再多说废话了!-PktFilter 0.06-beta2 familiar with linux friends will fall in
Firewall-Security
- vc防火墙源代码FirewallSecurityrar-vc firewall source code FirewallSecurityrar
FireWall
- 用DDK开发的网络中间层驱动和vc开发的前台界面-Use DDK to develop a network-driven and middle-tier development prospects vc interface
fire
- this a simple firewall but you need vc++ to run it
FILE
- 一个基础与VC++的VC++防火墙源理源码,讲述基础本计算机VC++防火墙源理-A foundation and VC++ in VC++ source firewall source justifications, on the basis of the computer source VC++ firewall rationale
firewall
- 防火墙的设计与实现,VC++编写,包含所有头文件和源代码,可以成功编译并运行-Design and implementation of a firewall, VC++ written, contains all the header files and source code can successfully compile
VC++ Firewall防火墙源代码
- 这是个防火墙过滤器的程序,偏向底层开发,上传希望对大家能有所帮助(This is a firewall filter procedures, tend to the bottom of the development, From hope everyone can be helped)
基于VC++实现的网络防火墙
- 这是一个基于VC++6.0的简易防火墙,使用MFC编程,基于Windows的ipfltdrv.sys驱动(This is a simple firewall based on VC++ 6.0. It uses MFC programming and Windows-based ipfltdrv.sys driver.)
基于VC++的包过滤防火墙
- 本文先介绍了个人防火墙开发的研究现状、VC++6.0和MFC程序的一些技术特点,然后对基于包过滤个人防火墙的开发进行了详细的介绍和描述。通过本文可以清楚地看到一个普通个人防火墙的开发过程。本防火墙中,用户可以自行设定过滤规则,以达到对不同源和不同目标的IP地址、端口和协议的过滤。允许用户将当前规则保存为*.rul的文件格式,供下次使用时直接导入。 本防火墙由以下几个模块组成:过滤规则添加模块,过滤规则显示模块,过滤规则存储模块,文件储存模块,安装卸载规则模块,IP封包过滤驱动功能模块。用户只需要