监视log文件的变化 - 下载
|
监视文件内容的变化,以滚动的方式将变化的内容显示到屏幕上,对调试程序,动态监视log输出文件绝对有帮助。-surveillance of the contents of the documents, in a rolling manner will change the content shown on the screen, right debugger, dynamic monitoring log file output can definitely help. 下载
|
Firewall Log Daemon是一个用C编写的程序,它实时监视IP链或IP表日志警告。程序将启动一个小型后台监控进程,通过读取由系统日志写的FIFO来分析和解决防火墙日志。它可以查询一批警告,并将它们用邮件发送给你,或是由一个脚本用来处理现存的日志文件或数据流。它的功能有主机名,端口,协议,和ICMP类型/代码检查,可以由用户定义模板来格式化输出-Firewall Log daemon is a C preparation procedures, which real-time monitoring of IP or IP chain warned log table. Procedures will launch a small background monitoring process through the system log read from the FIFO write to analyze and solve firewall log. It can find a number of warnings, and use them to send mail to you, or from a script to handle the existing log file or data stream. It is the function of host name, port, protocol, and ICMP type / code inspection, by the user-defined templates to format output 下载
|
跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不同,在此不作讨论。 将监视代码注入目标程序 该方案的原理是在目标程序运行时,将监视代码注入到目标程序的进程空间。监视代码通过前期的准备工作,修改目标程序的运行代码,使得目标程序调用指定的API函数时,运行指令会跳转到监视代码中,这样,监视代码就可以记录下API函数的运行参数,然后,监视代码在运行用来的API函数代码。在用来的API函数代码运行完后,再回到监视代码中,将来下运行结果,再返回目标程序。其运行原理图为: 在32位Windows平台上,各进程空间是独立的。要在目标程序中运行监视代码就必须将监视代码注入到目标进程。一种常用的方法就是将监视代码编译成一个DLL,再将该DLL注入到目标进程中。关于将DLL注入目标进程的文章有很多,- 下载
|
1采用了tcp通信。 2实现自由选择主辅库。 backup:数据库监视备份软件(backup.exe,backup.ini,backup.log,sendclient.log)- 下载
|
一个可以控制所有摄像头的监视程序. 功能包括:旋转摄像头,允许自动侦测,自动报警,监视范围,全屏显示,抓图.记录监视日志等完整功能.-one can control all camera surveillance procedures. Features include : rotating camera, allowing automatic detection, automatic alarm, surveillance, full screen display, From Wikipedia. Records surveillance log integrity function. 下载
|
监视你系统的文件的操作并且可以做日志的改变,想做系统安全的可以参考下,-surveillance systems operate in the paper and can be done to change the log, wants the security of their systems can refer to, 下载
|
Logwatch 是一个定制的插件形式的日志监视系统,它能将一段时间内Linux 环境中的日志报告信息详细列出来,还支持e-mail发送功能。-Logwatch is a customized plug-in the form of log and surveillance systems, It will be some time within the Linux environment log report detailed information, also supports e-mail sending function. 下载
|