搜索资源列表
Gh0st RAT 远程控制软件源代码
控制端采用IOCP模型,数据传输采用zlib压缩方式
稳定快速,上线数量无上限,可同时控制上万台主机
控制端自动检测CPU使用率调整自己的工作线程, 稳定高效
宿主为svchost以系统服务启动,有远程守护线程,上线间隔为两分钟。
心跳包机制防止意外掉线..
支持HTTP和DNS上线两种方式
自动恢复SSDT(这功能干什么,大家都知道,*自己做吧
wince3PING(clientUsing)
- 可以做为软件心跳包使用,定期向某一IP发送PING指令,用于保持连接,现实生活中解决了很多路由器只有硬件连接而无电脑连接时的掉线现象!(非常有用作者:13944902227)-Software can be used as heartbeat packets use IP to send regularly to a PING command to stay connected, in real life, only to solve
SSocket
- 封装一个TCP服务端(IOCP)与客户端 本代码服务端引用了http://www.codeproject.com/KB/IP/IOCP_how_to_cook.aspx中的代码,并作了少量修改,在这里对原作者表示感谢。。 功能描述: * 封装了心跳机制 * 封装了一层应用层协议,支持压缩传输 * Client端封装了掉线重连机制 示例代码演示了文件传输并输出传输速度-The server
socket-heart
- 实现心跳机制,用来判断对方(设备,进程或其它网元)是否正常运行,采用定时发送简单的通讯包,如果在指定时间段内未收到对方响应,则判断对方已经离线。用于检测TCP的异常断开。-To achieve the heartbeat mechanism used to determine each other (equipment, process, or other network elements) is functioning, the us
styleman_network
- styleman_network网络引擎v1.0简要说明: 本网络引擎100 保证数据包完整性,程序健壮无bug,无内存泄露,而且是线程安全的.服务端客户连接无限制. 引擎功能无任何限制.具体使用可参看例子. CreateNetXXX 和DestroyNetXXX 必须成对使用. 创建了当然要销毁. 网络引擎服务端默认30秒超时的心跳包时间.即客户连接到服务端,至少30秒以内要发送一包数据给服务端
XNetFramework
- XNetfr a mework 是一个非常简单的.net网络通信框架,采用UDP实现,主要用于客户端-服务器模式,本框架实现模拟心跳包(实现断线等事件触发),消息封装等功能,利用本框架可以快速实现网络上基本 C/S模式的程序。-XNetfr a mework is a very simple. Net fr a mework for network traffic, using UDP to achieve, mainly for th
gh0stforshaods_src
- gh0st个人版远控多方面优化。增强软件心跳包线程。视频编码优化等处理-gh0st Personal Edition remote control various optimizations. Enhanced software package heartbeat thread. Video encoding optimization process
share_to_ubuntu
- 局域网聊天程序, 可发消息, 可设置个人状态,可多人同时登陆注册, 有心跳机制, 可发离线消息-LAN chat program, you can send messages, personal status, can be more than can be set at the same time landing registered a heartbeat mechanism, you can send offline messag
Gh0st-RAT-Beta-2.5-VC_src
- 版本:2.5 控制端采用IOCP模型,数据传输采用zlib压缩方式 稳定快速,上线数量无上限,可同时控制上万台主机 控制端自动检测CPU使用率调整自己的工作线程, 稳定高效 宿主为svchost以系统服务启动,有远程守护线程,上线间隔为两分钟。 心跳包机制防止意外掉线.. 支持HTTP和DNS上线两种方式 自动恢复SSDT-Version: 2.5 control terminal with a the IO
gh0st_server_3.6_src
- 版本:3.6 控制端采用IOCP模型,数据传输采用zlib压缩方式 稳定快速,上线数量无上限,可同时控制上万台主机 控制端自动检测CPU使用率调整自己的工作线程, 稳定高效 宿主为svchost以系统服务启动,有远程守护线程,上线间隔为两分钟。 心跳包机制防止意外掉线.. 支持HTTP和DNS上线两种方式 自动恢复SSDT-Version: 3.6 control terminal with a the IO
watchdog_app
- 看门狗管理模块,实时监控主程序各个线程的心跳信息,如果某个心跳超时,看门狗模块重启该应用程序-Watchdog management module, real-time monitoring of each thread main heartbeat, if a heartbeat timeout, the watchdog module restart the application
qt_oicq
- 类似于qq的聊天工具,采用socket编程,用于了多线程,select,还有心跳机制,守护进程!-Similar to qq chat tool, using socket programming for a multi-threaded, select, and heartbeat mechanism, the daemon!
netsw
- 网络切换代码,若PPPOE或静态网络断线,切换至当前的3G网络,含有心跳检测机制-Network switching code, if PPPOE or static network disconnection, switch to the current 3G network, containing heartbeat mechanism
p2pchat
- 实现P2P的简单通信 包括心跳检测 掉线处理等功能-implement the communication between 2 peers
41861143mmtd1.1
- 现P2P的简单通信 包括心跳检测 掉线处理等功能-implement the communication between 2 peers-P2P communications is now a simple heartbeat dropped, including processing and other functions-implement the communication between 2 peers
xintiao
- 带有心跳报文的程序 是模拟的 利用的是多线程 来进行模拟的 利用了定时器-Program with a simulated heartbeat packets using a multi-threaded to simulate the use of a timer
Chater
- 老马写的一个聊天工具。 文件: 中文简体版(内附中文简体版说明文件) 源代码(VC++ 6.0) 功能: 一个网络聊天程序,任何一台机器均可成为服务器,其它想聊天的机器往它那里联即可。程序本身既可当Server又可当Client。 动机: 用于测试面向连接的socket编程,自己建立心跳保持功能。 说明: 曾经有同事评价这个软件的多线程部分写得太复杂,但是我个人认为抽象得还可以。-Mar
Testheart
- 一个vc实现的简易心跳程序,可以监听心跳时间,判断是否对方掉线等功能。-A vc to achieve simple heart procedures, can monitor the heart time, determine whether each other drops, and other functions.
kerryjiang-supersocket-master
- socket 通信 高效的通信 支持各种心跳,守护线程-socket supersocket
monitor
- 心跳线多个地方电脑之间的通讯,检查心跳线(Heartbeat line multiple local computer communication, check the heartbeat line)