Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 696 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 696 Bytes

Overview

Inspect and manipulate the Windows WFP firewall.

Build instructions

  • mkdir build/
  • cd build/
  • cmake ..
  • cmake --build .

Usage

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.

clang-format and pre-commit hook

  • 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