搜索资源列表
trojan-technique-principle
- 本论文对目前较为流行的*技术的实现方式、工作原理及远程控制的关键 技术进行系统的研究,重点对*程序的进程实现、受控端与控制端通信进行剖 析。-This essay takes research on realizing ways of popular Trojall horse technology,the principle of working and theremote----control system controlling technology.
clickme5.18
- 软件功能简介 1、本软件主要功能是基于IP地址做一个局域网扫描工具,扫描局域网主机在线信息及其相关主机名,MAC,工作组等信息。 2、扫描本机进程连接信息,列出连接的程序名及其远程IP等信息。 3、还有两个小功能,抖动和标题栏实时时钟的显示。-Software Features 1, the main function of this software is to make a local area network based on the IP address of the
UNIX
- 进程间通信(IPC)几乎是所有Unix程序性能的关键,理解IPC也是理解如何开发不同主机间网络应用程序的必要条件。本书从对Posix IPC和System V IPC的内部结构开始讨论,全面深入地介绍了4种IPC形式:消息传递(管道、FIFO、消息队列)、同步(互斥锁、条件变量、读写锁、文件与记录锁、信号量)、共享内存(匿名共享内存、具名共享内存)及远程过程调用(Solaris门、Sun RPC)。-Interprocess communication (IPC) is the key to a