henrypp / simplewall

Simple tool to configure Windows Filtering Platform (WFP) which can configure network activity on your computer.
GNU General Public License v3.0
6.02k stars 476 forks source link

Does the program not involve drivers? #374

Closed muse117 closed 5 years ago

muse117 commented 5 years ago

Hi, henrypp:

Does this program not involve the driver layer?

henrypp commented 5 years ago

No, SW uses user-mode WFP.

muse117 commented 5 years ago

No, SW uses user-mode WFP.

Are you considering joining driver development, Such as, ndis lwf and WFP kernel-mode

henrypp commented 5 years ago

Yes, i am interested in driver development, but at this time SW does not required that.

Anyway it's already done by WFP frontend called https://github.com/basil00/Divert so if i need WFP driver - i used this library!

muse117 commented 5 years ago

Yes, i am interested in driver development, but at this time SW does not required that.

Anyway it's already done by WFP frontend called https://github.com/basil00/Divert so if i need WFP driver - i used this library!

Great! I also hope to increase NDIS LWF driver.