tusharjain1082 / filedisk-proxy

I have created a file disk proxy example in Visual Studio 2019 C++. it might be of interest because we can use managed code like Visual C# .NET to build a Proxy Server Application for the backend Virtual Disk through the kernel driver file disk.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this place is entirely obsolete outdated and incomplete. entire project is upgraded completed and migrated to https://github.com/tusharjain1082/FilediskProxy.Net so please visit https://github.com/tusharjain1082/FilediskProxy.Net.

filedisk-proxy

i have created a file disk proxy example in Visual Studio 2019 C++. it might be of interest because we can use managed code like Visual C# .NET to build a Proxy Server Application for the backend Virtual Disk backed by a file through the integration with the source code of kernel driver file disk. it's very simple to understand. the basic code to write virtual disk kernal drivers. the virtual disk is actually a file backend which is the vistual c++ user mode application, so we can also create dll and static library with the integration with managed code user application in C# and .NET 6.0 just recently released.

all code including kernel driver file disk modd included.

free for all use, all general public. no issues. just a basic and easy example of creating a kernel driver with a proxy which exists in the user mode application such as C++ and C#.

About

I have created a file disk proxy example in Visual Studio 2019 C++. it might be of interest because we can use managed code like Visual C# .NET to build a Proxy Server Application for the backend Virtual Disk through the kernel driver file disk.

License:GNU General Public License v3.0


Languages

Language:C 72.0%Language:C++ 27.3%Language:Batchfile 0.7%