WFPExplorer
WFPExplorer copied to clipboard
Windows Filtering Platform Explorer
How do I find the driver through key? , Large companies are written according to the specification of the description information, you can find the corresponding driver file through the...
Hey, Thank you for this useful tool. Is there any way to differentiate soft/hard permits and soft/hard blocks (I'm not sure that the flag we see in filters is related...
Hope to add win7 support

Compiling `NewSubLayerDlg.cpp` yields this errors: ``` WFPExplorer/NewSubLayerDlg.cpp(72): error C3861: 'to': identifier not found ``` and a huge list of other (related?) errors: ```c WFPExplorer/NewSubLayerDlg.cpp(66): error C2678: binary '|': no operator...
Just added a text file
Opnum condition IDs are currently not translated to their names: This is how the filter looks like in `netsh`: ```yml filterKey: f62d016e-f5db-48df-b94f-472fe10f6553 displayData.name: RPCFilter displayData.description: RPC Filter filterId: 0x1a747 layerKey:...
Hi, first of all, thanks a lot for this tool! I noticed that the GUI is not displaying IP addresses properly:
There is a typo in the file StringHelper.cpp line 111 ` { FWPM_FILTER_FLAG_CLEAR_ACTION_RIGHT, L"Clear Acyion Right" },` It should be ` { FWPM_FILTER_FLAG_CLEAR_ACTION_RIGHT, L"Clear Action Right" },` This is how...