File System Filter Driver
Hardware & Devices
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. I'm searching for a relatively easy way to get a Filter Driver working. I need it for some sort of data consistency tool, that I'm planning to write. I've searched the net for a library simlar to the IFS Kit provided by Microsoft for their Windows DDK. Is there something like this for MinGW? But the best solution for me would be a complete component that I can use quickly without writing the complete driver. I need no special functionalty. The standard (create/read/write...) methods plus the output of the data read/written are fine for me. I found some non-free SDKs, but nothing that is opensource. Does somebody know souch components? Thanks, Martin.