Inspect and manipulate the Windows WFP firewall.
- mkdir build/
- cd build/
- cmake ..
- cmake --build .
From the build folder:
./src/Debug/wfpk.exe
A tool to inspect and manipulate the WFP firewall.
Usage: wfpk.exe <subcommand>
Subcommands:
create create a WFP filter
delete Delete WFP objects
list List WFP objects
monitor Monitor WFP events
See wfpk.exe <subcommand> -h for detailed help.
- pip3 install pre-commit
- pre-commit install (executed from root folder of project)
This makes use of .clang-format
and .pre-commit-config.yaml
files in the project root