搜索资源列表
Creat_icon
- VC++,一个VC++程序,是软件启动画面,经过调试-VC, a VC process, the software startup screen, after debugging
Recub
- Recub这是一款Windows平台下的远程控制工具 使用activex启动技术 英文介绍 RECUB Features. 1 RC4 Encripted Reverce connect Shell for XP,2k,2003. 2 Bypass Firewalls by starting new instance of Internet explorer and injecting code 3 Activate throw Encrypted ICMP request
UDPinterception
- UDP数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植-UDP data examples of listening to realize data udp listening circle operation, can be transferred to the LPC processor, different processors only need to modify the startup file can be
339DialerSrc
- 电信闪迅路由器破解源代码 一、首次运行本程序,直接填入用户名、密码和连接名(不需要事先创建连接,连接名任意,但最好 不要为ChinaNetSNWide),单击连接后本机即可上网; 二、选中自动连接选框,三秒后自动连接,可以随时取消。这个设置将会被保存下来; 三、本程序遵从GNU协议,给予下载者GPL许可证。源代码将会在测试几天后公开; 四、可以将本程序放入启动项以实现开机自动连接。 By Jevons, W.K., Sil
GreenBrowser
- GreenBrowser 帮助 [V3.7] GreenBrowser 是一个多窗口绿色浏览器,它基于 IE,并且提供了更多的特色功能。 鼠标手势、鼠标拖动页面、鼠标拖拽、广告过滤、搜索引擎、搜索栏、页面背景色、工具栏皮肤、代理、标签栏、自动滚屏、自动保存、自动隐藏工具栏、自动填表、模拟按键、启动模式、悬浮监视窗、自定义收藏夹路径、页内链接分析、群组、状态栏显示设定、特定的下载控制方案、扩展工具栏、运行脚本、下载管理、页面缩放... -GreenBrowser help
me
- 一个用vb编写的聊天工具,适合做网络测试和初步的网络编程用-Excellent long YL9200 the startup code arm9200 suitable beginner programmer,
chat1
- 异步套接字编程 单一线程中服务器和客户端之间的通信。-Asynchronous socket programming. Through the process: startup-create-bind-connect-receive-send- closesocket to implement socket communication.
EmailException
- The following events are available for MyApplication: Startup: Raised when the application starts, before the startup form is created. Shutdown: Raised after all application forms are closed. This event is not raised if the application ter
AUTOARRANQUE
- This a file in VBscr ipt which starts Apache server. After that this scr ipt wait for MySQL. When MySQL was running, Apache was started. You can put this file in folder "Startup".-This is a file in VBscr ipt which starts Apache server. After that t
BlueClient
- BlueClient应用提供FTP和OPP蓝牙邻居服务器的客户端访问。连接建立,需要和客户端的功能是根据用户的直接控制。BlueClient在启动时执行的调查,以确定可用的蓝牙设备在附近。用户选择一个服务器,然后要求发现FTP和OPP服务,如文件,获取立案, 对象推送模式,等等。-The BlueClient application provides client access to the FTP and OPP servers in the Bluetooth neighborhood.
socketlib
- 服务器套接口socket封装 功能:服务器启动,服务器启动初始化 处理连接与可读事件监听-Server socket socket package features: server startup, the server start the initialization process to connect the listener with the readable event
Service-Startup-
- 木马编程DIY之服务启动技术 Service一个简单的服务程序,常用于木马启动,相对于其他启动方式服务是非常稳定的-Service is a simple procedure, commonly used in the Trojan starts, is very stable phase services for other start-up mode
TCP
- 需要启动两个命令窗口一起使用,当本练习中的服务器端启动之后,运行本练习的客户端程序,则可以看到服务器给客户端发送的字符串显示。-Need to start two command window are used together, when the server startup in practice, after practice run this client program, can see the server to the client send string display.
autoDeploy
- 一个自动发布jetty服务的脚本,可以不用实现svn的自动下载,maven的打包,jetty的自动启动 关闭等-A scr ipt that automatically publish jetty services, you can not achieve the svn automatically download, maven packaging, jetty automatic startup closure
AUTOARRANQUE
- This a file in VBscr ipt which starts Apache server. After that this scr ipt wait for MySQL. When MySQL was running, Apache was started.You can put this file in folder "Startup".-This is a file in VBscr ipt which starts Apache server. After that this
autorun
- 有4个文件夹1.ccc(木马的控制端,接收木马端的连接请求,发送指令)2.injectdll(在被控端进行dll注入的程序,主要将木马程序注入到其他进程中)3.木马的实现部分(简单的功能如获取目标机器的进程信息,文件的简单管理)4.关机修改注册表(主要实现自启动的隐藏,开机时将木马程序从注册表的自启动项中删除,关机的时候写入,这样既能实现开机自启动又不会那么容易就被发现)-There are four folders 1.ccc (Trojan control terminal receivin
www.isafe.cc_ssh2socks_delphi_SRC
- 【基本简介】 可以简单方便的连接ssh服务器。在SSH服务器用户名和密码处填写对应的用户名和密码,并选中启动后就链接、掉线后自动连接、启用动态SOCKS,设置完毕后点击保存按钮并点击连接按钮就可以开始连接啦。 SSH 工具 -[Basic Profile] can be simple and easy to connect ssh server. Fill in the SSH server username and password of the corresponding
Interactive-Windows-Service
- Windows服务启动程序,可以显示界面-Windows service startup program that can display interface
MyLinuxThread
- 一个线程池的框架 Lock.cpp :锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知Threa
VB6-Download-and-reboot
- 将启动过程模块中的几个常量设置你自己的常量,即可轻松实现程序的自动更新下载重启,是制作程序自动更新的好模板。-The startup process module several constants set your own constants, you can easily achieve the program s automatic update download restart, is a good template to create the program automatically