-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1
-
异步套接字的源码,同时还有文档可以参考,很方便
异步套接字的源码,同时还有文档可以参考,很方便-Asynchronous socket source code, along with the document can refer to, it is convenient
- 2022-01-26 01:24:23下载
- 积分:1
-
the ping program of the basic functions of privileges, and the use of the ip pac...
本ping程序实现了ping.exe的基本功能,并且使用了ip报文中记录路由的字段,实现了路由记录功能,并附详细的说明文档。-the ping program of the basic functions of privileges, and the use of the ip packet routing record fields, achieving record routing function, together with detailed documentation.
- 2022-01-26 01:55:16下载
- 积分:1
-
本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响...
本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it"s best to download a mandate to create a thread, otherwise they will be unable to respond led interface user input. As running interface map shows that the first request in response to the first progress of the download.
- 2022-07-01 16:18:29下载
- 积分:1
-
C++。TCP多线程开放。客户端服务端程序。使用方便。实现多线程发送和接收。...
C++。TCP多线程开放。客户端服务端程序。使用方便。实现多线程发送和接收。-C++. Multi-threaded TCP open. Client server program. Easy to use. To send and receive multi-threading.
- 2022-02-09 17:01:12下载
- 积分:1
-
vc++可视化编程,包括压缩、网络编程部分
vc++可视化编程,包括网络编程部分,压缩包里面的是源代码,可直接运行。-vc++ visual programming, including network programming part of the compressed packet inside the source code can be directly run.
- 2022-03-16 05:35:22下载
- 积分:1
-
一个简单的Email收发工具
一个简单的Email收发工具-a simple tool Email TX
- 2022-03-19 17:47:04下载
- 积分:1
-
fake shares of a software system to see a name and know that the stock is relate...
仿股票软件的一套系统
一看名字就知道了是和股票有关系-fake shares of a software system to see a name and know that the stock is related to
- 2022-01-28 00:16:30下载
- 积分:1
-
江湖掉级工具12
江湖掉级工具12-jhdj
- 2022-08-03 22:08:03下载
- 积分:1
-
on creating original socket, revised I/0 option of achieving an IP packet captur...
基于创建原始套接字,修改I/0选项实现的一个IP包捕获并分析的应用程序. vc6.0下编译通过-on creating original socket, revised I/0 option of achieving an IP packet capture and analysis applications. Under compile vc6.0
- 2022-02-28 16:54:02下载
- 积分:1