-
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境...
DES算法集锦,包含有各种增强DES算法,变形DES算法,有PASCAL,ASM,C等多种语言的版本,有DOS,WINDOWS,Linux,以及其它UNIX环境的代码-DES algorithm collection, including a variety of enhanced DES algorithm, the deformation DES algorithm, there is PASCAL, ASM, C, such as multi-lingual version, there is DOS, WINDOWS, Linux, and other UNIX environment code
- 2022-03-10 13:54:14下载
- 积分:1
-
First show that I did not go, I feel good, it made up.
先说明,不是我走的,觉得不错,所以发上来.-First show that I did not go, I feel good, it made up.
- 2022-01-22 08:26:24下载
- 积分: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
-
java时间片轮转法
运行RunGame.class文件,和CPU玩21点游戏,
java时间片轮转法
运行RunGame.class文件,和CPU玩21点游戏,-time Web-law running RunGame.class documents, and the CPU play 21:00 games, huh
- 2022-10-26 22:00:03下载
- 积分:1
-
一个VB小程序,用于在windows98/95下显示系统的安装序列号
一个VB小程序,用于在windows98/95下显示系统的安装序列号-a small program for windows98/95 shown in the installation sequence,
- 2022-02-20 17:21:04下载
- 积分:1
-
单目相机的标定
比较准确的进行相机标定,基于OpenCV的摄像机标定程序,实现了摄像机内参数、畸变系数等参数的求取,程序上手简单,通俗易懂,效率较高,适合新手入门。
- 2022-10-23 22:25:04下载
- 积分:1
-
digital pipe controls ..... as long as the use ....................... 98
数码管控件.....只要在98下使用-digital pipe controls ..... as long as the use ....................... 98
- 2022-05-24 22:40:58下载
- 积分:1
-
一个类似coreldraw的绘图的源代码,vc编的,很有参考价值
一个类似coreldraw的绘图的源代码,vc编的,很有参考价值-CorelDRAW graphics a similar source code, vc series, a good reference
- 2022-03-19 20:21:14下载
- 积分:1
-
用处:大量的图片收集,名字杂乱,归类时,重新命名工作量大。这个小程序可以进行文件的自动重新命名。大家可以继续完善它。...
用处:大量的图片收集,名字杂乱,归类时,重新命名工作量大。这个小程序可以进行文件的自动重新命名。大家可以继续完善它。-useful : a large collection of photographs and names of types, sorting, re-named the workload. This procedure can be carried out small documents automatically re-naming. We can continue to improve it.
- 2022-08-09 18:24:42下载
- 积分:1
-
双精度型与16进制型数据转换工具,希望给大家提供数据转换方便。...
双精度型与16进制型数据转换工具,希望给大家提供数据转换方便。-double-precision and 16-band data conversion tools, we hope to facilitate the provision of data conversion.
- 2022-03-05 18:23:41下载
- 积分:1