Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
5 years ago
..
adlibvdd initial commit 5 years ago
hpscan initial commit 5 years ago
mscdex initial commit 5 years ago
sample1 initial commit 5 years ago
sample2 initial commit 5 years ago
vsbd initial commit 5 years ago
dirs initial commit 5 years ago
readme initial commit 5 years ago

readme

SAMPLE1 - This directory contains a rudimentary structure for application
based-intercept approach for writing a VDD. The details for this
approach are given in the Virtual Device Driver chapter. "fax16"
is a sub-directory, which has a minimal FAX stub device driver.
FAX32 directory has the sources for a FAX VDD. {fax16.sys,fax32.dll}

SAMPLE2 - This directory contains a rudimentary structure for NTVDM
based-intercept approach for writing a VDD. The details for this
approach are given in the Virtual Device Driver chapter. "16bits"
is a sub-directory, which has a test device driver. VDD
directory has the sources for VDD. {16bits.exe,vdd.dll)