-
Maxspace Studio Package
Maxspace Studio Package
- 2022-07-21 17:45:41下载
- 积分:1
-
Requests must be of high quality on the site but not the source code must be req...
请求必须是网站上的高质量而不是源代码必须是网站上的高质量而不是源代码必须是网站上的高质量而不是源代码
- 2022-02-10 08:52:38下载
- 积分:1
-
Please read your package and describe it at least 40 bytes in English.
Please read your package and describe it at least 40 bytes in English.
- 2022-03-16 03:14:26下载
- 积分:1
-
fsharp file backup
使用csharp的兄弟语言fsharp 进行文件的备份,在配置文件中设置需要备份的路径,目标路径和需要跳开的文件,程序将对文件进行多线程备份,并在前台进行数据显示。
- 2022-03-01 10:29:28下载
- 积分:1
-
链表模板类的定义及使用
链表模板类的定义及使用-Chain template class definition and use
- 2022-04-07 23:57:33下载
- 积分: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
-
A record on the keyboard, a total of all learning, hope we learn something, to s...
一个关于键盘的记录,共大家学习,希望大家从中学到点东西,加强自己-A record on the keyboard, a total of all learning, hope we learn something, to strengthen their
- 2023-05-20 09:30:03下载
- 积分:1
-
asio sdk2.2
asio sdk2.2著名的Steinberg的ASIO标准相信对电脑音频熟悉的朋友一定知道。此标准以低延时、低CPU占用、高可靠性的特点霸占了PC专业音频的驱动标准。本SDK是开发任何ASIO不可或缺的最新套件,所有东西一应俱全,实在是好啊。-Steinberg
- 2022-06-14 04:18:16下载
- 积分:1
-
六轴舵机机器人控制程序
这是一个六轴舵机机器人控制程序,该程序可以分别控制机器人的六个轴,是在arduino平台上开发的,采用的是USB串口通信
- 2022-03-06 22:50:00下载
- 积分:1
-
Teach Yourself Borland C++ Builder in 21 Days.
Teach Yourself Borland C++ Builder in 21 Days.
- 2022-02-06 05:47:26下载
- 积分:1