-
一个手机电视解码的小程序,程序结构较好。
一个手机电视解码的小程序,程序结构较好。-A small mobile TV decoding procedures, program structure better.
- 2023-03-07 04:15: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
-
用于查看二进制文件的小工具 用MFC编写
用于查看二进制文件的小工具 用MFC编写-Binary file for viewing with a small tool for the preparation of MFC
- 2022-03-13 18:50:27下载
- 积分:1
-
树的用法,初期的学习,新手要用的关于树的作用,方法
树的用法,初期的学习,新手要用的关于树的作用,方法-shu
- 2022-05-27 17:41:53下载
- 积分:1
-
GB2312 / UCS2 / utf8编码相互转换包
gb2312/ucs2/utf8编码互相转换的封装-gb2312/ucs2/utf8 coding each conversion package
- 2022-07-04 14:59:12下载
- 积分:1
-
opencv2.4.9直方图匹配
在vs2010平台下 运行,需要安装opencv2.4.9 是opencv3编程入门这本书后边的附赠程序,计算视频中两个图像区域的相似程度,此程序用于摄像头采集视频,然后我们可以在视频上用鼠标选定两个矩形区域,然后opencv就会为我们算出图像区域的相似度数值,然后绘制出rgb三色图直方图
- 2023-07-13 13:25:05下载
- 积分:1
-
aspnetbook.rar
aspnetbook.rar
- 2023-08-24 19:00:04下载
- 积分:1
-
Two plots are set in the space..One is starting plot and other is end.
用ADO做的学生请假管理,很不错的哦,有时间的人可以仔细研究-Two plots are set in the space..One is starting plot and other is end.
- 2022-07-25 03:11:46下载
- 积分:1
-
OpenGL 室内三维建模
利用OpenGL和dxf格式的CAD图纸进行建筑的建模
- 2022-10-03 23:10:06下载
- 积分:1
-
计算车灯投影光斑的程序,内附程序的NS流程图
计算车灯投影光斑的程序,内附程序的NS流程图-projector beam headlights calculation procedures, the procedures attached flowchart NS
- 2023-02-01 22:45:04下载
- 积分:1