ABSTRACT

A Skeleton VxD This chapter will introduce a “skeleton” VxD, one that won’t have much functionality but will provide the basic framework for future VxDs. This skeleton VxD will simply monitor the creation and destruction of VMs and threads and will print out VM and thread information during these events. This output is sent both to the debugger and to a file, techniques that will be used in later VxDs to provide trace information for debugging.