INF file for the top device filter driver

I am trying to develop a filtering device for disk encryption. To do this, I developed a top device filter driver (attached above partmgr) based on the diskperf WDK sample. * I successfully installed (inf file) my filter driver as a top class filter driver (based on the WDK diskperf example), but I really did not understand how to install it for a specific device. If someone can help me with this or post some links to documented samples (e.g. what to use HKLM, HKR, etc.), It would be great.

Thanks so much for your best regards, Jerome.

+3
source share
2 answers

addfilter Windows DDK (% DDK_ROOT%\src\storage\filters\addfilter), , api.

MSDN, : http://msdn.microsoft.com/en-us/library/ff547595%28VS.85%29.aspx

+2

Hitachi cfadisk.sys "sample" at:

http://www.getusb.info/usb-hack-turn-a-usb-stick-into-a-hard-drive-or-local-disk/

, . ( UpperFilters LowerFilters .inf ).

+1

All Articles