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
- Host: GitHub
- URL: https://github.com/imgk/divert-go
- Owner: imgk
- License: gpl-3.0
- Created: 2020-10-28T10:12:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-06T08:28:09.000Z (about 2 months ago)
- Last Synced: 2025-04-19T12:13:56.673Z (about 1 month ago)
- Topics: cgo, golang, windivert
- Language: C
- Homepage:
- Size: 218 KB
- Stars: 24
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.