开发者

INF installation file for upper device filter driver

开发者 https://www.devze.com 2023-03-07 19:58 出处:网络
I\'m trying to develop a filter device for disk encryption. For this I designed an upper device filter driver (attached above partmgr) based on diskperf WDK sample.

I'm trying to develop a filter device for disk encryption. For this I designed an upper device filter driver (attached above partmgr) based on diskperf WDK sample. * I succesfully installed (inf file) my filter driver as an upper class filter driver (based on diskperf WDK sample) but did not really understand how to install it for a pa开发者_高级运维rticular device. If someone could help me on this or post some links to documented samples (example what to use HKLM, HKR, and so on...) it would be great.

Many thanks for your answer, best regards, Jerome.


Also check addfilter utility in Windows DDK (%DDK_ROOT%\src\storage\filters\addfilter), it shows how to install lower or upper filter drivers for a particular device using setup api.

There's also an article on MSDN describing difference between installing device-specific and class filter: http://msdn.microsoft.com/en-us/library/ff547595%28VS.85%29.aspx


The omnipresent Hitachi cfadisk.sys "sample" at:

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

shows how to install a filter driver for a particular device. (Use UpperFilters instead of LowerFilters in the .inf file).

0

精彩评论

暂无评论...
验证码 换一张
取 消