Automatic WinDivert download
ffalcinelli opened this issue · comments
Fabio Falcinelli commented
Running python setup.py install
could be useful to auto-download a given WinDivert
driver version:
- the latest?
- one which is well tested?
The driver's *.dll and *.sys files could be put inside interpreter's DLLs
dir or maybe in site-packages
Fabio Falcinelli commented
This would bring an amount of benefits, e.g not relying anymore on Windows registry. This could be given as option on driver initialization.
Fabio Falcinelli commented
Resolved by commit bcbcce2