Windows driver to access (read-only) conserve archives #237
Replies: 2 comments 2 replies
-
Originally I thought about a classical kernel driver adding support for a virtual file system in order to read conserve archives. Even tough, I'm most familiar with these kind of drivers kernel drivers (w/o wdk) might not be the well suited. Using the UMDF (user mode driver framework) is not only quite more safe and stable it might be possible to use the Rust std library therefore dropping the need for I might run some experiments if it's possible to create a virtual file system driver using the UMDF framework. |
Beta Was this translation helpful? Give feedback.
-
Hey, Using a driver to create a virtual file system seems to be a too tedious task to accomplish. Leveraging this API we could easily implement a read-only conserve archive explorer. Some features are still missing like notification handling but the fundamentals are ready. |
Beta Was this translation helpful? Give feedback.
-
As the title suggests, it might be possible to create a Windows UMDF driver allowing to view the conserve archive in read only mode and access it's file contents.
Original comment: #195 (comment)
Beta Was this translation helpful? Give feedback.
All reactions