-
可以显示JPEG格式的C程序,在VC6.0下测试过!
可以显示JPEG格式的C程序,在VC6.0下测试过!-Can display JPEG format C procedures under VC6.0 tested!
- 2022-03-22 09:33:18下载
- 积分: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
-
注册表搜索工具
Registry search tool
- 2022-04-26 09:06:31下载
- 积分:1
-
对于wince的一个应用说明,这样方便初学者进行开发应用
对于wince的一个应用说明,这样方便初学者进行开发应用-For a wince application notes, this easy for beginners to the development and application of
- 2023-08-10 01:20:02下载
- 积分:1
-
book sheep Lunar Control V1.5
书羊农历控件 V1.5-book sheep Lunar Control V1.5
- 2022-08-21 02:58:53下载
- 积分:1
-
This is a time in my own study of small programs still feel quite up to the peop...
这是一个我在学习时自己做的小程序感觉还是比较行的大家过来帮我提一些意见吧-This is a time in my own study of small programs still feel quite up to the people to help me make some views on this
- 2022-08-24 23:38:14下载
- 积分:1
-
很好的代码请使用
很好的代码请使用-good use of the codes, please
- 2022-09-08 02:40:02下载
- 积分:1
-
Global Search and Replace Tool for Intellution iFIX
Global Search and Replace Tool for Intellution iFIX
- 2022-09-10 08:10:03下载
- 积分:1
-
VirtualDub是一套多媒体剪辑软件,它的功能可一点也不输给Premiere以及Media Studio等专业等级产品的功能。在VirtualDub中主要的...
VirtualDub是一套多媒体剪辑软件,它的功能可一点也不输给Premiere以及Media Studio等专业等级产品的功能。在VirtualDub中主要的功能可以区分为两大部份,一是可以让您针对现有的电影短片文件如。AVI以及。MPG等做编辑的工作,另一项则是可以搭配您的影像补捉卡做即时的动态影像捕捉的功能。-VirtualDub is a multimedia editing software, the functions it is not lost Premiere Media Studio and professional grade products function. In VirtualDub main functions can be divided into two parts, one can make your address existing documents such as film clips. AVI and. MPG done editing work, and the other one is you can mix the cards to capture images do instant video capture function.
- 2023-07-27 05:55:05下载
- 积分:1
-
此源代码是关于创建HTTP服务器的程序。它可以发布用HTML语言编写的网页。...
此源代码是关于创建HTTP服务器的程序。它可以发布用HTML语言编写的网页。-this source code is the creation of HTTP server process. It distributes Using HTML language website.
- 2022-08-23 07:19:54下载
- 积分:1