-
开机自启动
将一个exe可执行文件设置为开机自启动项,通过修改注册表的SoftwareMicrosoftWindowsCurrentVersionRun项进行设置,
可执行文件在系统路径下
GetSystemDirectory(pFileName,MAX_PATH); //取系统路径
strcat(pFileName,"injectdll.exe"); //系统路径加injectdll.exe
此例中是将系统目录下的inject.exe设置为开机启动项,文件名可以自己修改。
- 2022-02-05 17:02:08下载
- 积分:1
-
一个软件,可以很好的防苛在袁枝叶无法 无可奈何花落去螵
一个软件,可以很好的防苛在袁枝叶无法 无可奈何花落去螵-A software can be very good in the harsh anti-Yuan can not do nothing about the flowers and branches to the nest of eggs of mantis
- 2022-03-10 19:44:39下载
- 积分:1
-
飞机机动性能计算,确定飞机的正常盘旋性能,包括过载、盘旋半径和盘旋周期...
飞机机动性能计算,确定飞机的正常盘旋性能,包括过载、盘旋半径和盘旋周期-Calculation of mobility aircraft, the aircraft circled the normal performance, including overload, circled and circled radius cycle
- 2022-03-06 23:04:02下载
- 积分:1
-
实现网内组播,包含服务器端和客户端的代码
实现网内组播,包含服务器端和客户端的代码-To achieve multicast network, including server-side and client-side code
- 2022-03-17 23:33:52下载
- 积分:1
-
udp server design process concluded. Rar
udp服务器设计过程总结.rar-udp server design process concluded. Rar
- 2022-12-11 13:45:03下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1
-
a LAN Multicast win32 procedures, including the transmitter and receiver. You ar...
一个局域网组播的win32程序,包括发送端和接收端。欢迎大家共同学习-a LAN Multicast win32 procedures, including the transmitter and receiver. You are welcome to jointly study
- 2023-01-20 20:00:04下载
- 积分:1
-
基于 PHP+MySQL 的网站 BT 发布全套系统,它包括了 BT 服务端的 Tracker 程序和列表发布 Web 界面...
基于 PHP+MySQL 的网站 BT 发布全套系统,它包括了 BT 服务端的 Tracker 程序和列表发布 Web 界面-the BT website released a complete system, which includes BT services side of the Tracker and tabulation procedures issued Web interface
- 2023-05-29 05:30:03下载
- 积分:1
-
简单的Delphi 7的UDP聊天程序
简单的delphi7 UDP聊天程序
- 2022-04-25 02:59:59下载
- 积分:1
-
一个支持SMTP(简单邮件传输协议),MFC类,E
一个支持SMTP(Simple Message Transfer Protocol)的MFC类,用于电子邮件的传输(20KB)-a support SMTP (Simple Message Transfer Protocol), the MFC category, for e-mail transmission (20KB)
- 2022-05-14 03:19:30下载
- 积分:1