basil00 / WinDivert

WinDivert: Windows Packet Divert
https://reqrypt.org/windivert.html
Other
2.57k stars 513 forks source link

im very love this project!but diffculty upgrade to wdk8.1 #10

Closed alexliyu closed 10 years ago

alexliyu commented 10 years ago

this is a great project!i like it very much. but it diffculty to upgrade vs2013+wdk8.1

please give some version for vs2012+wdk8.1? thanks

basil00 commented 10 years ago

You might be able to use the automatic conversion tools, see here: http://reqrypt.org/windivert-faq.html#q4 (Does WinDivert support Windows 8 and Visual Studio 2012?) I have not tried this so not sure if it will work.

Note that if you successfully build WinDivert with WDK8.1 then the resulting driver will depend on KMDF version 1.13, and will only guaranteed to run on Windows 8.1 machines (since WinDivert does not use the bloated coinstaller system). This is the main reason why we use WDK version 7; since it depends on the older KMDF 1.9, and thus will always work for Windows 7 and up.