-
distributed environment management authority under discussion
Delphi6图像编程-Delphi6 images Programming
- 2022-03-13 13:42:15下载
- 积分:1
-
防火墙提供了内核模式的防火墙和 NAT 机制,这些机制可以通过用户模式运行的接口程序进行监视和控制。 防火墙规则可以使用 ipf(8) 工具来动态地设置和删除。
防火墙提供了内核模式的防火墙和 NAT 机制,这些机制可以通过用户模式运行的接口程序进行监视和控制。 防火墙规则可以使用 ipf(8) 工具来动态地设置和删除。 NAT 规则可以通过 ipnat(1) 工具来维护。 ipfstat(8) 工具则可以用来显示 IPFILTER 内核部分的统计数据。 最后, 使用 ipmon(8) 程序可以把 IPFILTER 的动作记录到系统日志文件中。
-Firewall provides a kernel-mode firewall and NAT mechanisms, these mechanisms can be run through the user-mode interface program to conduct surveillance and control. Firewall rules can use the ipf (8) tools to dynamically set up and delete. NAT rules can be adopted ipnat (1) tools to maintain. ipfstat (8) tools can be used to show the core part of IPFILTER statistics. Finally, the use of ipmon (8) program can record the movements IPFILTER to the system log file.
- 2022-04-30 05:36:30下载
- 积分:1
-
vb个人防火墙,非常好
vb个人防火墙,非常好-vb personal firewall, a very good
- 2022-05-15 11:28:49下载
- 积分:1
-
费尔个人防火墙 2.0 源程序
重要文件/目录说明
Xfilter.dsw...
费尔个人防火墙 2.0 源程序
重要文件/目录说明
Xfilter.dsw - VC 工作区文件,包括以下工程
- TcpIpDogTcpIpDog.dsp
- xfilterxfilter.dsp
- xpacket2k.dsp ( 限于 2000 版 )
- xpacket9x.dsp ( 限于 95/98/ME 版 )
Common - 存放公用代码文件
RELEASE - 存放编译后的程序
TcpIpDog - XFILTER.DLL 的代码
XFILTER - XFILTER.EXE 的代码
xpacket2k - XPACKET.SYS 的代码 (2000 版才会有此目录)
xpacket9x - XPACKET.VXD 的代码 (95/98/ME 版才会有此目录)-Personal Firewall 2.0 Fernando important source file/directory Description Xfilter.dsw-VC work area documents, include the following works- TcpIpDog TcpIpDog.dsp- xfilter xfi lter.dsp- xpacket2k.dsp (limited to the 2000 version)- xpacket9 x.dsp (limited to 95/98/ME version) Common-code document storage utility RELEASE- compiled stored procedures TcpIpDog- XFILTER.DLL code XFILTER- XFILTER.EXE code xpacket2k- XPACKET.SYS code (2 000 version will be in this directory) xpacket9x- XPACKET.VXD code (95/9 8/ME version of this directory will be)
- 2022-02-14 11:06:02下载
- 积分:1
-
自动关闭WINXP防火墙,把自己加入到例外
自动关闭WINXP防火墙,把自己加入到例外-Auto shut down firewall, add to the except list
- 2022-03-26 10:10:43下载
- 积分:1
-
Internet 协议安全 (IPSec)
Internet 协议安全 (IPSec)-Internet Protocol Security (IPSec)
- 2022-02-05 18:03:14下载
- 积分:1
-
在Linux系统环境下进行包过滤的工具。可以根据不同的需要设置包过滤的规则。...
在Linux系统环境下进行包过滤的工具。可以根据不同的需要设置包过滤的规则。-in Linux environment for packet filtering tools. According to the need for different packet filtering rules.
- 2022-06-19 18:55:43下载
- 积分:1
-
基于费尔的Ndis Hook技术的网络监控系统 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release...
基于费尔的Ndis Hook技术的网络监控系统 目录列表: TGuard 应用程序目录 TGuard_sys For 2k的驱动程序 Release 存放应用程序 Def 应用程序和驱动共用的一个定义文件 Tools 工具 安装: 将.sys文件放到windowssystem32driver目录下,导入Tools目录中installHook.reg,重启. 注意点: 支持winRoute,Winxp带的ics共享,isa Server, 不支持sygate. 对网卡无限制.-Ndis Hook Technology Network Monitoring System directory listings : TGuard application directory TGuard_sys For 2k Driver Release storage applications Def applications and drive a shared definition document Tools installation tool :. Sys documents into windows system32 driver directory, import Tools directory installHook.reg restart. attention : winRoute support, with the ICs Winxp sharing, isa Server, does not support Sygate. NIC unrestricted right.
- 2022-12-21 22:25:03下载
- 积分:1
-
一个ICMP数据包通过一个小的通信工具的实现,这是…
一个通过icmp包实现通信的小工具,里面详细介绍了,学习网络协议的好东西。
- 2023-07-20 17:30:04下载
- 积分:1
-
when to hide information, in order MATLAB within a window orders : hide = myhide...
当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下-when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of*.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Direct
- 2022-05-22 16:16:17下载
- 积分:1