Re[2]: How do I create a Windows Filesystem Filter Driver?

If you are starting from scratch, plan on a long development effort (1+
years at a minimum, probably much longer) to reach your goals! There are
many hurdles to overcome in the virtualization effort you are going
after. Several members of this forum, myself included, have or are on
this path.

Pete


Kernel Drivers
Windows File System and Device Driver Consulting
www.KernelDrivers.com
866.263.9295

------ Original Message ------
From: “Karrson Heumann”
To: “Windows File Systems Devs Interest List”
Sent: 8/26/2016 9:37:56 AM
Subject: Re: [ntfsd] How do I create a Windows Filesystem Filter Driver?

>Thanks! The reason I want to create a file system filter driver is so
>that later on I can use a library that I’ll make as well that will
>allow the developer to interact with the file system with even more
>options than what’s given to them by default. This means the developer
>could do more without creating a driver. Of course, in order for the
>library to do it’s job, it will interact with the filesystem filter
>driver. The big feature I want to add to this library is the ability to
>create rules for programs that will allow or deny their read or write
>access to certain parts of the computer. I will then use this library
>for a virtualization program that will allow you to run potentially
>malicious programs on a web server or on your own computer without
>having to create a new VM and then install an OS. Instead, you could
>use a very powerful container which ensures that the program won’t harm
>your computer. Plus, the container would be very light weight.
>— NTFSD is sponsored by OSR MONTHLY seminars on crash dump analysis,
>WDF, Windows internals and software drivers! Details at To unsubscribe,
>visit the List Server section of OSR Online at

Thanks for the info! Maybe I’ll just hook into Win32 API calls instead. I
think that would be much easier.

On Fri, Aug 26, 2016 at 9:37 AM, PScott wrote:

>
> If you are starting from scratch, plan on a long development effort (1+
> years at a minimum, probably much longer) to reach your goals! There are
> many hurdles to overcome in the virtualization effort you are going after.
> Several members of this forum, myself included, have or are on this path.
>
> Pete
>
> –
> Kernel Drivers
> Windows File System and Device Driver Consulting
> www.KernelDrivers.com
> 866.263.9295
>
>
>
> ------ Original Message ------
> From: “Karrson Heumann”
> To: “Windows File Systems Devs Interest List”
> Sent: 8/26/2016 9:37:56 AM
> Subject: Re: [ntfsd] How do I create a Windows Filesystem Filter Driver?
>
> Thanks! The reason I want to create a file system filter driver is so that
> later on I can use a library that I’ll make as well that will allow the
> developer to interact with the file system with even more options than
> what’s given to them by default. This means the developer could do more
> without creating a driver. Of course, in order for the library to do it’s
> job, it will interact with the filesystem filter driver. The big feature I
> want to add to this library is the ability to create rules for programs
> that will allow or deny their read or write access to certain parts of the
> computer. I will then use this library for a virtualization program that
> will allow you to run potentially malicious programs on a web server or on
> your own computer without having to create a new VM and then install an
> OS. Instead, you could use a very powerful container which ensures that
> the program won’t harm your computer. Plus, the container would be very
> light weight.
> — NTFSD is sponsored by OSR MONTHLY seminars on crash dump analysis,
> WDF, Windows internals and software drivers! Details at To unsubscribe,
> visit the List Server section of OSR Online at
>
>
> —
> NTFSD is sponsored by OSR
>
>
> MONTHLY seminars on crash dump analysis, WDF, Windows internals and
> software drivers!
> Details at http:
>
> To unsubscribe, visit the List Server section of OSR Online at <
> http://www.osronline.com/page.cfm?name=ListServer&gt;
></http:>