-
结构排序
关键字成员为字符的结构搜索123456
结构排序
关键字成员为字符的结构搜索123456-Keyword ranking members of the structural character of the structure of english 123456
- 2022-06-27 15:34:25下载
- 积分:1
-
获取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
-
This is a PASCAL programming language design tutorials for the PDF format. For u...
这是一个PASCAL程序语言的设计教程, 为PDF格式。供自学者使用或研究`-This is a PASCAL programming language design tutorials for the PDF format. For use or research自学者`
- 2023-03-22 21:05:04下载
- 积分:1
-
wmi test
wmi test use vc is very nice and i like it very-wmi test
- 2022-01-29 01:58:56下载
- 积分:1
-
反对在发展中形成的程序操作…
针对Excel表格文件操作的编程实现,在VC++环境下开发-against Excel document forms the programming operation in the development of the VC environment
- 2022-06-29 06:00:59下载
- 积分:1
-
speed string processing functions of C language source code to achieve high
具有高速字符串处理功能的C语言源程序实现高速字符串处理-High-speed string processing functions of C language source code to achieve high-speed string processing
- 2022-03-02 17:10:39下载
- 积分:1
-
先上传第一部分,吧。以后有时间了再传其他的
先上传第一部分,吧。以后有时间了再传其他的-From the first the first part of it. After a longer time for other
- 2022-07-19 13:56:40下载
- 积分:1
-
inverse kinematics genetic algorithms
逆运动学遗传算法matlab仿真
- 2022-08-17 05:00:20下载
- 积分:1
-
C++下的垃圾收集器
C++下的垃圾收集器-of garbage collectors
- 2022-05-16 08:18:30下载
- 积分:1
-
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境...
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境的代码-DES algorithm collection, including a variety of enhanced DES algorithm, the deformation DES algorithm, there is PASCAL, ASM, C, such as multi-lingual version, there is DOS, WINDOWS, Linux, and other UNIX environment code
- 2022-03-10 13:54:14下载
- 积分:1