desowin / usbpcap

USB packet capture for Windows
http://desowin.org/usbpcap
925 stars 173 forks source link

Windows on ARM64 support #128

Open sidd-kishan opened 1 year ago

sidd-kishan commented 1 year ago

Please let us know when we can have an ARM64 version for Windows on ARM OS. As windows on ARM platform is growing it we need tool chain for ARM64 processors to develop the Wi-Fi driver.

michaelwright235 commented 1 year ago

@sidd-kishan I've managed to build this driver for Windows arm64. You can build it yourself with Visual Studio or use my precompiled driver here. Works just fine with Wireshark.

desowin commented 1 year ago

@michaelwright235 Would you mind to open PR with the Visual Studio project? This is something I wanted to do for long time but never had time to do. The old Windows versions cannot really be supported anymore because appropriate signing is no longer possible.

benedekkupper commented 2 months ago

I ran into this as well, and so far I've been unable to use it either with the precompiled driver nor was I able to build it with VS myself.