SubconsciousCompute / poc-windows-rust-filter

A PoC Windows Minifilter Driver in pure Rust (Don't use it in production)
MIT License
47 stars 4 forks source link

Missing license #8

Closed olljanat closed 11 months ago

olljanat commented 11 months ago

Can we have this clearly licensed under MIT so it can be utilized when contributing to https://github.com/microsoft/Windows-rust-driver-samples ?

sn99 commented 11 months ago

Hi, I will look into it internally, may I ask what exactly is the motive aka how exactly it will be utilized?

olljanat commented 11 months ago

As far I understand, Microsoft target is provide similar samples for Rust then there is for C in https://github.com/microsoft/Windows-driver-samples (and filesys/miniFilter is most relevant on this conversation).

My interest for it is that because they are now actively developing those it is also easy to get their feedback about correct way to do things (I already have two discussion on going in https://github.com/microsoft/windows-drivers-rs/pull/43 and https://github.com/microsoft/windows-drivers-rs/pull/44)

About how much code from here can be utilized I don't know yet because I really cannot read this on details before license question is clear.

dilawar commented 11 months ago

MIT sounds good @sn99