Virtual Device Driver SkeletonNow that you know something about VMM and VxD, we can learn how to cod
第三课 创建简单的窗口 在本课中我们将写一个 Windows 程序,它会在桌面显示一个标准的窗口。 理论: Windows 程序中,在写图形用户界面时需要调用大量的标准 Windo
Tutorial 3: File Header In this tutorial, we will study the file header portion of the PE header.
请求执行时间段与Shell函数 理论: 请求执行时间段通常被简称为"appy time"。是指当系统VM稳定到充许VxDs和ring-3级别的应用软件(特别是16-bit的应用
虚拟设备驱动程序结构现在大家对vmm和vxd有了一定的了解,接下来我们来看一看如何编写vxd代码。首先,你必须具备Windows 95/98 Device Driver Development Kit
请求执行时间段与Shell函数 下载 理论: 请求执行时间段通常被简称为"appy time"。是指当系统VM稳定到充许VxDs和ring-3级别的应用软件(特别是16-b
虚拟设备驱动程序结构现在大家对vmm和vxd有了一定的了解,接下来我们来看一看如何编写vxd代码。首先,你必须具备Windows 95/98 Device Driver Development Kit
Client Register StructureWe will examine another important structure in this tutorial, namely the cl
VxD Programming: PrimerWe know how to build a VxD which does nothing. In this tutorial, we will make
Virtual Device Driver Basics In this tutorial series, I assume you, the reader, are familiar with I