Skip to content

kp-john-mair/wfp-killer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published