Click here to Skip to main content
15,913,361 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi every Coder.
I just wanna start coding Windows File system using Minifilter drivers. I'm not quite familiar with this topic and I never worked on drivers or file systems before. I seek for Help how to start and what to read.(In terms of time, I have 2 months , do you think it's enough ?)
regards.
Posted
Comments
Mohibur Rashid 24-Mar-13 23:02pm    
google?
sami1985sami 27-Mar-13 3:29am    
I did, but I got lost,
Hawkfuture 24-Mar-13 23:46pm    
WDK/MSDN?
sami1985sami 27-Mar-13 3:31am    
I red some of them, but seems that I need make other reading before going to WDK/MSDN.

That will be not so simple for you to start with drivers.
The major documentation which you should use is WDK. Not worry if it will be hard to read at start but as you have objective to learn it you will win.
Getting started with drivers development[^]
The main part of it for you is IFS. Previously it was separated DDK but not it included into the WDK package. Here you can read abt that: Installable File System[^]

Regards,
Maxim.
 
Share this answer
 
Comments
sami1985sami 27-Mar-13 3:36am    
HiIf someone can show me the basic structure for mini-filter driver, I think this will help me out a lot.
Thnx Coders.
Maxim Kartavenkov 27-Mar-13 3:58am    
Once you have WDK installed you can find samples as the followed path DDK\version\src\filesys\miniFilter
 
Share this answer
 
Comments
Maxim Kartavenkov 25-Mar-13 5:53am    
Hi Alex,
Not sure that will be usefull to him. He starting with the drivers and with IFS. In IFS drivers there is no access to any WinAPI includig CryptoAPI as it totally kernel driver type.
Maxim.
sami1985sami 27-Mar-13 3:33am    
I think I'll need that later for sure
Volynsky Alex 27-Mar-13 5:44am    
OK Maxim, but what do you think about it:
- Windows FileSystem Mini Filter Driver Development
http://softwarekishorekoney.blogspot.co.il/2011/06/windows-mini-filter-driver.html
- Creating an INF File for a Minifilter Driver:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff540045%28v=vs.85%29.aspx
- C++ in minifilter driver:
http://www.osronline.com/showThread.cfm?link=108912
Maxim Kartavenkov 27-Mar-13 6:35am    
Yep, that links can be useful.
Volynsky Alex 27-Mar-13 6:39am    
Fine Maxim!!!!!!!!!!!!!!!!!!!

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900