wismna / HackPi

Hacking tool inside a Raspberry Pi zero
303 stars 57 forks source link

will this work on win 7? #2

Closed AddaxSoft closed 7 years ago

wismna commented 7 years ago

Not 100% certain, but it should, though. I currently don't have a Windows 7 PC to test it on, but I may have one available soon. I'll let you know.

wismna commented 7 years ago

I just tried on a Windows 7 computer, and it works! (though it's slower than Windows 10 to recognise the device)

xbing6 commented 7 years ago

Does your composite device "serial + rndis" work with Win10 or Win7, automatically installs RNDIS driver and serial driver??

As for CDC ACM driver on Windows, Win10 can auto-install serial driver, but we must manually install serial driver for Windows 7/8, (use and update linux-cdc-acm.inf depends on vid/pid).

wismna commented 7 years ago

Well, I didn't add the CDC ACM function to the RNDIS configuration because during my tests, Windows would not load the RNDIS driver in that case. It would only work with the CDC ECM configuration. However, if this works for you, I'd be happy to hear about it!

AddaxSoft commented 7 years ago

can you please add more details on how did you get it to install automatically on Win 7?

wismna commented 7 years ago

Sure, what details do you need? Windows should recognize it and install it without you having to do anything. Is something not working?

AddaxSoft commented 7 years ago

it worked perfectly :) at first I thought we failed, but then I waited for the USB fingerprinting to work and it assigned the right driver!

wismna commented 7 years ago

Cool!

Yeah, there is a slight delay for the fingerprinting to work.