ffalcinelli / pydivert

A Python binding for WinDivert driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatic WinDivert download

ffalcinelli opened this issue · comments

Running python setup.py install could be useful to auto-download a given WinDivertdriver 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

This would bring an amount of benefits, e.g not relying anymore on Windows registry. This could be given as option on driver initialization.

Resolved by commit bcbcce2