-
获取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
-
更快捷的应用软件
the more and fast application for mpx-the more and fast application for mpx...
- 2022-01-25 22:23:24下载
- 积分:1
-
a tool to add water print to a pdf file named acroview written by C++
一种将水印添加到一个名为AcReVIEW的PDF文件的工具,该软件由C++和NBSP编写;
- 2022-10-05 09:55:03下载
- 积分:1
-
基于ADC 0809的多路数据采集,地址由用户输入
基于ADC 0809的多路数据采集,地址由用户输入-ADC 0809-based multi-channel data acquisition, the address input by the user
- 2022-03-09 11:06:50下载
- 积分:1
-
This is an online electronic watches, double
这是一个网上电子表,双击可执行程序CLOCKNEW.exe,便可看到一张笑脸和与系统时间同步的电子时钟,按任意键退出!-This is an online electronic watches, double-click the executable CLOCKNEW.exe, we will see a smile and time synchronization system with the electronic clock, according to withdraw from the arbitrary keys!
- 2022-04-28 06:27:17下载
- 积分:1
-
高校学生学籍管理系统 适合毕业生作为参考资料
高校学生学籍管理系统 适合毕业生作为参考资料-this a high school student information management system. It can be use as reference for graduate project design.
- 2022-04-26 12:40:14下载
- 积分:1
-
ziproxy-3.3.0
Ziproxy是转发,非缓存,压缩HTTP代理服务器。.Ziproxy 可以压缩图像转换到低质量JPEG文件或JPEG 2000和压缩( gzip或) HTML和其他文字样的数据。同时它还提供 HTML/CSS/JS 的优化,主动的主机名称解析,透明代理等。Ziproxy 适合在以下情况下使用: 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-22 16:30:14下载
- 积分:1
-
客户维护项目
这是一个项目,维持客户参与购买商品。它用于维护他们的信息。
- 2023-03-20 04:40:03下载
- 积分:1
-
能进行时间提醒的小软件,不要玩过时间了啊!
能进行时间提醒的小软件,不要玩过时间了啊!-can have time to remind small software not played the time ah!
- 2022-07-03 15:49:27下载
- 积分:1
-
vc++ is a magical wand, learn home, or a grasp of 1:00 mfc then, you will find i...
vc++可谓神通广大,如果学到家了,或者就掌握了那么一点mfc,你
也会感到它的方便快捷,当然最重要的是功能强大
-vc++ is a magical wand, learn home, or a grasp of 1:00 mfc then, you will find it convenient, of course, the most important thing is powerful
- 2023-05-08 01:10:02下载
- 积分:1