Al T 12 Posted September 7, 2022 (edited) Hi, No. I don't want another way to manage windows firewall. I want to have my own firewall program and not use or interface windows firewall! I would like to route the traffic to my application preferably in front of windows firewall to handle everything there. Like a "PRE" firewall. I would rather continue to allow my anti-virus to handle the firewall duties that it does, but I still want to have Overall control over the final say. I don't want any other program doing this as Netbalancer currently just crashes alot. A added bonus would be able to also control how much each of those traffic can flow in or out. So, any ideas how I can go about to build this application. Do note, I will be creating a Github.com directory for this project and make it freeware to all. Sincerely, Al T. Edited September 7, 2022 by Al T Share this post Link to post
Brian Evans 105 Posted September 7, 2022 One option would be to use the (Windows Filtering Platform - Win32 apps | Microsoft Docs). This is the same set of APIs that the Windows firewall uses to interact with the Windows network stack to control traffic. Share this post Link to post
johnnydp 20 Posted September 12, 2022 (edited) You need to build TDI driver then, but as Brian @Brian Evans said better way is use Windows API and proven technology, you can focus on UI things rather than much more complicated kernel driver part. Driver will be needed in both cases but WFP is much much simpler. Edited September 12, 2022 by johnnydp Share this post Link to post