I'm just a web developer and I don't know C++ at all. But I need to create custom Firewall for Windows and I would like to learn how to do it by myself.
Could you just post me the links to the pages on the Internet where I can read respective information on C++ to get started?
Unlike built-in Windows Firewall, my custom Firewall must allows specific whitelisted websites not by their IP addresses, but instead specific urls including wildcards like example.com/*
And like Windows Firewall, only user with admin prevs should be able to change settings, turn of the Firewall or uninstall it. At the same time, the Firewall must run only for standard user.