-
inteligencia人工
#包括;
- 2022-04-24 20:41:07下载
- 积分:1
-
super market
1) 在线
- 2023-01-31 10:45:03下载
- 积分:1
-
一个自我修复的应用演示
一个自我修复的应用演示-a self-healing application demonstration
- 2022-01-22 04:48:45下载
- 积分:1
-
GY-65 串口打印驱动
大气压强传感器的串口打印驱动大气压强传感器的串口打印驱动1大气压强传感器的串口打印驱动2
- 2022-05-19 14:29:05下载
- 积分: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
-
一款扫雷游戏.
类似Microsoft的扫雷游戏
一款扫雷游戏.
类似Microsoft的扫雷游戏-A mine-clearing game. Similar to Microsoft s mine game
- 2022-03-23 05:49:55下载
- 积分:1
-
Certified for Windows Vista 确认套件
新!InstallShield Best Practices 确认套件
新...
Certified for Windows Vista 确认套件
新!InstallShield Best Practices 确认套件
新!Basic MSI 项目的最终用户对话框主题
增强功能!支持数字签名
增强功能!IDE 的可用性改进
自动化接口改进
新!支持 SaaS(IIS 7 和 SSL 技术)
新!最新的 Windows Mobile 平台支持
增强功能!InstallScript 和 One-Click Install 安装支持 Windows Vista
点击图片放大
InstallShield Windows:安装创建过程-Certified for Windows Vista to confirm the new kit! InstallShield Best Practices to confirm the new kit! Basic MSI project subject end-user dialog enhancements! Enhancements to support digital signatures! Automation to improve the availability of IDE interface to improve the new! Support SaaS (IIS 7 and SSL technologies) New! The latest Windows Mobile platform support enhancements! InstallScript and One-Click Install to install support for Windows Vista click picture to enlarge InstallShield Windows: install creation process
- 2022-11-12 17:40:05下载
- 积分:1
-
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。...
本代码类似于spy++,可以自动锁定窗口区域进行抓图,并具有保存功能。 -This code is similar to spy++, Can automatically lock the window to capture the region, with preservation of function.
- 2023-05-31 00:10:03下载
- 积分:1
-
C++课件,内容通俗易懂,很适合初学者使用.
C++课件,内容通俗易懂,很适合初学者使用.-C++ Courseware, content user-friendly, it is suitable for beginners to use.
- 2022-01-25 14:05:57下载
- 积分:1
-
[Platform] W2kXpCJK (simplified) 2003
[中文平台] W2kXpCJK(化繁为简) 2003-03-21 374 114672 这是一个能把繁体游戏转换为简体的一个小程序,我用三国八.风色幻想II....就是用它,一点问题也没有。-[Platform] W2kXpCJK (simplified) 2003- 21 374 114672 This a traditional game can change for a small simplified procedure, I used three eight. Fengsehuanxiang II .... is using it with no problem.
- 2023-07-11 20:25:03下载
- 积分:1