Click here to Skip to main content
15,878,871 members
Articles / Programming Languages / C++
Tip/Trick

Have Fun For Creating Driver

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
16 Dec 2009CPOL 10.2K   11  
For creating filesystem driver we need IFS kit [ http://www.microsoft.com/whdc/devtools/ifskit/default.mspx...
For creating filesystem driver we need IFS kit [ http://www.microsoft.com/whdc/devtools/ifskit/default.mspx ]

Resources:
=======
http://www.microsoft.com/whdc/driver/filterdrv/default.mspx
http://www.microsoft.com/whdc/resources/blogs.mspx
http://msdn.microsoft.com/en-us/library/ms793580.aspx
http://www.acc.umu.se/~bosse/

Have to see:
========
Property setting ==>> config properties ==>> linker -==>> System ==>> Sub System = EFI Runtime (/SUBSYSTEM:EFI_RUNTIME_DRIVER)
Property setting ==>> config properties ==>> linker -==>> System ==>> Driver = Driver (/DRIVER)

Example :
======
http://www.eggheadcafe.com/software/aspnet/29851790/api-hooking-issues.aspx
http://msdn.microsoft.com/en-us/library/dd163470(loband).aspx

Reference Links:
==========
http://msdn.microsoft.com/en-us/library/ms804370.aspx
http://msmvps.com/blogs/WinDrvr/
http://msdn.microsoft.com/en-us/library/ms795343.aspx


Google Search :
==========
http://www.google.co.in/search?hl=en&q=how+to+hook+windows+filesystem+driver&btnG=Search&meta=&aq=f&oq=
http://www.google.co.in/search?hl=en&q=how+to+hook+windows+filesystem+driver&start=10&sa=N

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --