-
乔斯实验室 1: 启动一台 PC
这个实验被分成三部分。第一部分集中在越来越熟悉x86汇编语言,QEMU的x86模拟器,和PC的开机引导程序。
第二部分考察了我们的课程的内核,它驻留在实验室树的boot目录的引导加载程序。最后,第三部分深入到了
我们的课程内核本身,名为书,它驻留在内核目录的初始模板。
- 2022-03-15 18:11:02下载
- 积分:1
-
巧用注册表保护操作系统安全,用注册表修改来保护或者维护你的电脑...
巧用注册表保护操作系统安全,用注册表修改来保护或者维护你的电脑-Using the registry to protect the operating system security, use the registry to protect, or modify the maintenance of your computer
- 2023-01-13 03:10:03下载
- 积分:1
-
delphi注册表浏览器源码
能够读写注册表信息
delphi注册表浏览器源码
能够读写注册表信息-delphi registry browser to read and write registry information source
- 2022-07-04 13:24:35下载
- 积分:1
-
1. The necessary controls in the OCX, the operation of automatic register 2. To...
1.所需控件均在OCX下,运行自动注册
2.需建立升级网站,远程读取升级文本文件,读取升级包文件名进行升级,自关闭msgbox超时自动升级,使用bkDLControl.ocx带进度条升级
3.升级包使用RAR形式减少体积,下载后自动解包,并自动删除升级包
5.借用坛内兄弟安全启动方式,可释放加载工作组文件进行登陆,使用EnCrypt2.ocx进行简单加密
6.采用WSH在第一次启动时建立桌面快捷方式
注:不要存放于带空格文件目录下,否则会出错,此暂未处理。-1. The necessary controls in the OCX, the operation of automatic register 2. To establish the upgrade site, remote upgrade read text files, the file name to read the upgrade package to upgrade, since the closure of overtime msgbox automatic upgrade, use bkDLControl.ocx with the progress of Article 3 upgrades. upgraded package using the RAR format to reduce size, downloading automatically unpacked, and automatically delete the upgrade package 5. Ditan brothers borrowed security start-up mode may be the release of the Working Group document loaded landing, the use of simple encryption EnCrypt2.ocx 6. using WSH starts at the first establishment of a desktop shortcut Note: Do not store in the file directory with spaces, otherwise they will go wrong, dea
- 2022-01-26 20:09:59下载
- 积分:1
-
NTFS文件解析系统的简单分析 对于ntfs格式的介绍
NTFS文件解析系统的简单分析 对于ntfs格式的介绍-NTFS募蔚 统 募 虻シ ntfs 式 慕
- 2022-01-26 00:51:11下载
- 积分:1
-
关于如何锁住键盘和鼠标
钩子实际上是一个处理消息的程序段,通过系统调用,把它挂入系统。每当特定的消息发出,在没有到达目的窗口前,钩子程序就先捕获该消息,亦即钩子函数先得到控制权。这时钩子函数即可以加工处理(改变)该消息,也可以不作处理而继续传递该消息,还可以强制结束消息的传递。对每种类型的钩子由系统来维护一个钩子链,最近安装的钩子放在链的开始,而最先安装的钩子放在最后,也就是后加入的先获得控制权。要实现Win32的系统钩子,必须调用SDK中的API函数SetWindowsHookEx来安装这个钩子函数,这个函数的原型是HHOOK SetWindowsHookEx(int idHook,HOOKPROC lpfn,HINSTANCE hMod,DWORD dwThreadId);,其中,第一个参数是钩子的类型;第二个参数是钩子函数的地址;第三个参数是包含钩子函数的模块句柄;第四个参数指定监视的线程。
- 2022-02-24 11:14:29下载
- 积分:1
-
收费站管理系统。采用VC++,MFC,C++技术开发
收费站管理系统。采用VC++,MFC,C++技术开发-toll station management system. Using VC, MFC, C technology development
- 2023-02-27 12:10:03下载
- 积分:1
-
“视窗95系统编程”源代码
《System Programming for Windows 95》的源代码-"System Programming for Windows 95" source code
- 2022-03-22 13:55:15下载
- 积分:1
-
U盘过滤驱动系统源代码主要是用DDK来实现的
U盘过滤驱动系统源代码主要是用DDK来实现的-U disk drive system source code filter is mainly used to realize the DDK
- 2023-08-03 21:15:02下载
- 积分:1
-
一段隐藏文件的C++程序源代码,可以使文件不可见,实现对保密信息的保护....
一段隐藏文件的C++程序源代码,可以使文件不可见,实现对保密信息的保护.
-Hidden files section of the C++ program source code, can make a document is not visible, to achieve the protection of confidential information.
- 2022-08-08 01:46:32下载
- 积分:1