-
activation and NumLock key CapsLoc
激活CapsLoc和NumLock键-activation and NumLock key CapsLoc
- 2023-05-17 08:15:04下载
- 积分: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
-
经典的C语言编程
经典的C语言编程--如何计算C语言的关键字(作者是C语言开发者Kernighan和Ritchie)-classic C programming language-- how the C language keyword (The writer is a C-language development were Kernighan and Ritchie)
- 2023-01-01 16:30:03下载
- 积分:1
-
It is a memory function of clock procedures in the hope that we all support. Poo...
这是一个有记忆功能的闹钟程序,希望得到大家的支持.写得不好的地方也希望得到你的帮助来做得最好.-It is a memory function of clock procedures in the hope that we all support. Poorly written local hope with your help to do best.
- 2023-05-18 22:05:04下载
- 积分:1
-
C,MFC源代码iteratordemo
C++、MFC源代码IteratorDemo-C, MFC source code IteratorDemo
- 2023-09-04 06:20:03下载
- 积分:1
-
Windows进程管理...
软件类别:VC源代码 运行环境:Win9x/NT/2000/XP/2003/...
Windows进程管理...
软件类别:VC源代码 运行环境:Win9x/NT/2000/XP/2003/ -Windows software process management ... categories : VC source runtime environment : Win9x/NT/2000/XP/2003 /
- 2022-02-25 02:05:23下载
- 积分:1
-
对入侵检测系统有更好的
that is better for ids system
- 2022-06-26 08:30:37下载
- 积分:1
-
基于jsp的学生作业管理系统
thwAddForm.jsp
(1)
存放位置 /manage/hw
(2)
文件作用:作业整体信息的输入界面
(3)
显示课程名-------${cou_name}
(4)
输入控件命名
作业名称 name=”tea_hw_name”
应交日期 name=”tea_hw_expire”
难易度 name=”tea_hw_diff_easy”
是否开启 name=”tea_hw_open”
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-25 18:22:52下载
- 积分:1
-
这个源代码在Visual Basic 6为数据记录在Excel中的应用。
This the sorce code in Visual Basic 6 for the data logging in Excel application. -This is the sorce code in Visual Basic 6 for the data logging in Excel application.
- 2023-08-30 23:45:04下载
- 积分:1
-
VC + +编程源代码,类型的视频压缩包,适合……
VC++编程,有源代码,对压缩录象的类进行封装,适合初学者-VC++ Programming, source code, the type of video compression packages, suitable for beginners
- 2023-05-15 04:15:02下载
- 积分:1