TechnikEmpire / HttpFilteringEngine

Transparent filtering TLS proxy.
Mozilla Public License 2.0
59 stars 33 forks source link

Make pure native project with PInvoke interface #125

Closed TechnikEmpire closed 6 years ago

TechnikEmpire commented 6 years ago

Make a pure native shared lib project and build a PInvoke interface. PInvoke will become our cross platform interface.

Let's see if we can make PInvoke library a .NET core lib so we can just make this project global on nuget, include in anything that .NET core can target.

TechnikEmpire commented 6 years ago

Related to #129

TechnikEmpire commented 6 years ago

Fixed in 655f9d0 except we didn't go with .NET core because Microsoft killed my dreams.