Skip to content
/ WFPTool Public

A C++ wrapper library around Windows WFP API which greatly simplifies the usage of the tedious WFP API

License

Notifications You must be signed in to change notification settings

imgen/WFPTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WFPTool

A C++ wrapper library around Windows WFP (WFP stands for Windows Filtering Platform) API which greatly simplifies the usage of the tedious WFP API

For C++ to call into the library, please refer to src/WfpTool/FilterApiProvider.h, src/WfpTool/FilterApiProvider.cpp and related tests in src/WfpTool.Tests/FilterApiProviderTests.cpp.

For other languages to call into the library, please refer to src/WfpTool/FilterApiExport.h, src/WfpTool/FilterApiExport.cpp and src/WfpTool.Tests/FilterApiExportTests.cpp for a C style API.

The src/WfpTool.Api project will build a dll for other languages to call into.

BTW, for WfpTool project and WfpTool.Api.Integrate to run successfully, Visual Studio has to run under admin user

About

A C++ wrapper library around Windows WFP API which greatly simplifies the usage of the tedious WFP API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published