An open API service indexing awesome lists of open source software.

https://github.com/imgk/divert-go

Go bindings of WinDivert
https://github.com/imgk/divert-go

cgo golang windivert

Last synced: 24 days ago
JSON representation

Go bindings of WinDivert

Awesome Lists containing this project

README

        

# Go bindings of [WinDivert](https://github.com/basil00/Divert)

## Feature

+ Support WinDivert 2.x
+ Optional CGO support to remove dependence of WinDivert.dll, use `-tags="divert_cgo"`
+ Support loading dll from rsrc data, use `-tags="divert_rsrc"`

More details about WinDivert please refer https://www.reqrypt.org/windivert-doc.html.