geun-yeong / wfp-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wfp-example

WFP is Windows Filtering Platform. This repository has wfp sample codes.

  • wfpkm: The Kernel mode WFP basic usage and making a callout driver code.
    • No conditions in filter object, all traffic will be transferred to callout
  • wfpflt: The usage of filter and condition that block a communicate with 8.8.8.8
    • No callout, only filter object.

notes

Anyone can use this code wherever, whenever, free.

About

License:MIT License


Languages

Language:C 100.0%