搜索资源列表
kstat.tgz
- 非常有效的检查系统中是否被植入可疑LKM的程序,通过直接读取内存,比较一些系统调用的入口地址工作。很多LKM后门在它面前原形毕露
网络日志(Weblog)发布系统
- 1. 记录每个帖子的访问人情况,便于管理员管理 2. 支持最流行的 P2P 软件 eMule 和下一代 BT 软件 eXeem 的链接 3. 等级全面采用积分制度,增加积分标签 [jf=XXX]...[/jf] 4. 全面支持 RSS v2.0 ( LeoHacks 子程制作,三元改进,BBSER再次修正) 5. 如果服务器支持 GD,程序将调用 GD 库来显示验证码,图形复杂并相对清晰,更安全。 6. 如果服务器支持 GD,可以对上传的图形加入水印,水印位置、字样都可以设置
linuxserilprogramingex
- linux下的串口通信程序详细示例 详细解释了更种串口通信所需的系统调用-the serial communication procedures detailed examples of a more detailed explanation of the kinds of serial communications requirements of the system call
closeonexec
- 此程序可以验证 closeonexec flag 设置对可执行程 序的影响。具体实现是:已经打开的一文本文件的文件描述符 (file descr iptor) 在经过exec系统调用接口后,仍然可以在exec 执行的程序中有效。-this procedure can verify closeonexec flag settings on the impact of the executable. Realize is : have opened a text file of fi
Select()系统调用及 文件描述符集fd_set的应用
- Select()系统调用及 文件描述符集fd_set的应用.rar-Select () system call and file descr iptors set fd_set applications. Rar
实验二302_22
- 使用系统调用fork()创建两个子进程。当此程序运行时,在系统中有一个父进程和两个子进程活动。让每一个进程在屏幕上现实一个字符:父进程显示字符’a’;子进程分别显示字符’b’和’c’。试观察记录屏幕上的显示结果并分析原因。-use system calls fork () to create two child process. When running, the system is a process and the father of two sub-process activities.
行业贸易交易系统(B2B)
- 行业贸易交易系统(B2B) 1,增加系统日志功能; 2,重写系统邮件功能代码,支持三种基本邮件发送方式; 3,修改企业注册邮件确认开通功能; 4,增加系统用户找回密码功能; 5,整合个人会员和企业会员注册、登录统一; 6,企业自助建站增加企业网站模版数套; 7,修改系统默认后台管理员不能在线修改及删除功能; 8,优化后台管理功能,简化后台审核功能; 9,整合优化数据库; 10,增加后台控制友情连接是否开放; 11,增加关于我们、联系我们、付款方式后台控制功能; 12,
将整个表单内容传到另一个系统进行处理及响应
- 远程webservice调用,将整个表单内容传到另一个系统进行处理及响应,Remote webservice call, the contents of the entire form to another system for processing and response
code.rar
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理,FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process communica
C
- C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,Select()系统调用及 文件描述符集fd_set的应用,Socket接口实现网络异步通信,用C程序挽救Foxmail中的邮件-C to directly read dbf file, RS-232-C port real-time monitoring software design and implementation, Select () system call and file descr iptor set fd_se
2
- 自己编写的改变内存中系统调用表增加系统调用实现进程间pv操作的调用。-I have written a change in the system call table to increase the memory system call pv operation to achieve inter-process calls.
linux2.6
- linux2.6添加系统调用的主要方法总结附代码-linux2.6 Add system calls the main method code attached summary
1
- 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
SimpleChatwwx
- linux下的FTP服务器,使用C开发,GCC编译;实现文件的上传、下载、断点续传;技术点:守候进程、进程间通讯、管道、soket编程、文件I/O标准库函数与系统调用、文件权限管理-FTP server under linux, using the C Development, GCC compiler file upload, download, HTTP technical point: waiting for the process of inter-process commu
Portscan
- TCP connect扫描是最基本的扫描,操作系统提供的connect()系统调用,用来与每一个感兴趣的目标计算机的端口进行连接。如果端口处于侦听状态,那么connect()就能成功。否则,这个端口是不能用的,即没有提供服务。-TCP connect scan is the most basic scanning, the operating system provides the connect () system call, used in conjunction with each por
1
- 程序,完成在当前目录下用open或者create系统调用创建一个文件(创建权限为0644), 然后输出该文件的类型和组权限(是否具有读、写或执行权限), 并判断文件所有者对该文件是否有执行权限,如果没有,请通过chmod函数给该文件添加执行权限。-Program, completed in the current directory with the open or create system call creates a file (creation permissions to 0644),
GetMac
- 获取网卡地址的系统调用,比较简单的一个函数,很方便。-Obtain the Ethernet address of the system calls, a relatively simple function, it is convenient.
GetMac
- 获取网卡地址的另一个系统调用函数,比较简单,希望对大家有所帮助-Obtain the Ethernet address of another system call function is relatively simple, we want to help
ACE-tutorial
- 经典可跨平台的网络应用程序的程序库套件。它提供了socket/threading/memory management等多种系统调用的面对对象的wrapper,使C++通信软件开发更加简单。 可实现可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。 .-Classic cross-platform web application library packag
Epoll_webserver
- 使用epoll系统调用监听多个网络连接,实现简单Web服务器-Use epoll system call multiplexer monitor descr iptor fd, simple Web server