A C# Application to manipulate Windows Firewall using FirewallAPI.dll Firewall control is specifically designed for Cyber Forensics, where forensics experts needs to run static and dynamic analysis. given the complexity of Windows firewall to add ore remove rule, FirewallControl aims to provide a quicker way to add or remove firewall rules. Firewall control is by no means meant to replace the Windows Firewall Control Panel, but only provide a quicker way to add or remove Firewall Rules.
Note: Please remember, this code is written in two days only, it is experimental, so do not hope to find the Coding practices being applied, such as SOLID, Loose Coupling etc.