WinDivertSharp 1.4.3.3
A safe, minimal .NET binding over WinDivert
Install-Package WinDivertSharp -Version 1.4.3.3
dotnet add package WinDivertSharp --version 1.4.3.3
<PackageReference Include="WinDivertSharp" Version="1.4.3.3" />
paket add WinDivertSharp --version 1.4.3.3
#r "nuget: WinDivertSharp, 1.4.3.3"
Release Notes
Changes this to an unsafe library. Users must now enable unsafe code and perform raw pointer access, just like using the real native library. The reason for this is that we're getting mysterious errors that I can't even be bothered to attempt to fully understand by holding the user's hand like a baby and trying to hide pointer access away from them. If a user doesn't know to perform null checks, or thinks that there's such a thing as "safe" code, then they simply need to go away and hush now.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WinDivertSharp:
Package | Downloads |
---|---|
CitadelCore.Windows
Transparent filtering proxy engine for Windows.
|
GitHub repositories
This package is not used by any popular GitHub repositories.