TechnikEmpire / HttpFilteringEngine

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

On Windows, post build command needs to copy 64 bit WinDivert diver #6

Closed TechnikEmpire closed 8 years ago

TechnikEmpire commented 8 years ago

The 64 bit WinDivert driver needs to be copied to the 32 bit output directory, since it's possible to run the 32 bit version in a 64 bit environment where the DLL will auto select the 64 bit driver, not 32 bit. Must be copied to avoid crashes in this scenario.

TechnikEmpire commented 8 years ago

Fixed in 610ad25.