-
This is a 22 on the VC++ Language classic books, hope everyone can help!
这是22本关于VC++语言的经典图书,希望对大家能够有所帮助!-This is a 22 on the VC++ Language classic books, hope everyone can help!
- 2022-11-30 13:45:10下载
- 积分:1
-
D3D显示图片
D3D显示图片 要先安装DX9才能运行-
- 2022-05-05 09:19:38下载
- 积分:1
-
3d编程大师技巧,很经典的参考书,一章试读
3d编程大师技巧,很经典的参考书,一章试读-Masters 3d programming skills, the classic reference book, a chapter Explanation
- 2022-06-13 14:48:58下载
- 积分:1
-
创建屏幕保护程序的基础类例子
创建屏幕保护程序的基础类例子-The example of the class of creating screen-save program
- 2022-07-28 15:16:19下载
- 积分: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
-
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。...
这是一个计算机设备的检测程序,在vc下编程
。例如对键盘的检测时,当你按下相应的键时对应的界面上的文本会高亮红色显示。-This is a computer equipment testing procedures, programming under vc. For example, detection of the keyboard, when you press the corresponding key when the corresponding interface on the highlighted text will be displayed in red.
- 2022-02-26 11:01:02下载
- 积分:1
-
朋友卷算,轨道通勤科学奎大会堂
朋友们滚蒜,绕着大会堂转
- 2022-05-22 12:50:18下载
- 积分:1
-
windowsce3.0的开发指南,可以对windowsce的内核部分有一个大致的了解...
windowsce3.0的开发指南,可以对windowsce的内核部分有一个大致的了解-windows CE3.0 developer guide.An overview of the WinCE kernel.
- 2022-07-08 00:56:39下载
- 积分:1
-
WinNT 自动登录源程序
资源描述在个人用户使用Windows NT时,每次启动系统都会询问用户名称和密码,虽然是一种很好的安全机制,但是大多数个人用户都会觉得它很烦。这个小工具可以使你免去这种烦恼,它会让WinNT 利用上次登录的用户名和密码自动登录。启动速度快很多!注意,对系统安全比较敏感的用户不要使用
- 2022-02-01 18:37:53下载
- 积分:1
-
Tw68XX视频采集卡 SDK demo 驱动
Tw68XX视频采集卡全套的演示代码、使用说明和Windows驱动文件。
- 2022-02-04 05:04:14下载
- 积分:1