-
使用c语言写的时钟小程序,可以显示年月日
供初学者学习c语言及windows编程使用...
使用c语言写的时钟小程序,可以显示年月日
供初学者学习c语言及windows编程使用-C language using the clock applet to show the date for beginners to learn c programming language and the use of windows
- 2022-07-26 20:31:28下载
- 积分: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
-
sendfilermi
在本教程中,您将构建一个简单的、集中的、面向连接的Java服务器。在做
- 2022-05-25 20:34:20下载
- 积分:1
-
1).可以输入各个项目的前三名或前五名的成绩;
2).能统计各学校总分,
3).可以按学校编号、学校总分、男女团体总分排序输出;
4).可以按学校编...
1).可以输入各个项目的前三名或前五名的成绩;
2).能统计各学校总分,
3).可以按学校编号、学校总分、男女团体总分排序输出;
4).可以按学校编号查询学校某个项目的情况;可以按项目编号查询取得前三或前五名的学校。
-1). Can enter the various items of the top three or top five results 2). Statistics of schools can score, 3). According to school code, school scores, scores of men and women groups to sort out 4). Can query school school code of an item can query made by item number three or five schools.
- 2022-06-13 08:24:52下载
- 积分:1
-
汉字可以提取各种矩阵和翻转,程序…
能够提取汉字多种字模,并能翻转,可用于显示屏的程序设计,非常实用。-Chinese characters can extract a variety of matrix and overturned, the procedure can be used to display design, very practical.
- 2022-07-08 04:48:36下载
- 积分:1
-
guess series IC card reader driver, 4428IC card programming examples, a good und...
RD600系列IC卡读写器驱动程序,4428IC卡的编程实例,多了解好了-guess series IC card reader driver, 4428IC card programming examples, a good understanding of multi-
- 2022-03-20 00:06:10下载
- 积分:1
-
用户管理员
本系统是为开发商管理用户使用语言 php,mysql,javascript。
系统可以注册一个新用户,删除,修改,恢复的密码。
- 2023-02-15 22:35:04下载
- 积分:1
-
wince设备自动更换图片的源代码,你一定不会说后悔的,自己原创!...
wince设备自动更换图片的源代码,你一定不会说后悔的,自己原创!
- 2022-04-12 14:15:59下载
- 积分:1
-
331小游戏可以安装背景音乐
五子棋小游戏,可设背景音乐-331 small game can be installed background music
- 2022-03-05 09:31:23下载
- 积分:1
-
键盘检测程序。程序包里有完整的代码和相应的说明,并且编译过了。...
键盘检测程序。程序包里有完整的代码和相应的说明,并且编译过了。-keyboard detection procedures. Procedures bag complete code and the corresponding note, and the compiled.
- 2022-03-03 11:46:48下载
- 积分:1