Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 10 incompatibility for libusb-win32 1.2.6.0/libusbK 3.0.7.0 binary with Code integrity checks #622

Closed
kartrophy opened this issue Sep 16, 2019 · 5 comments
Labels
libusbk_libusb0 Windows libusbk backend for libusbk.sys and libusb0.sys

Comments

@kartrophy
Copy link

Hi,

We are currently using the latest version libusb-win32 1.2.6.0 binary (from https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/).

During our trial to be compatible with HCVI mode in windows 10 version 1809 or later, we run the following command verifier.exe /flags 0x02000000 /driver <driver.sys> (https://docs.microsoft.com/en-us/windows-hardware/test/hlk/testref/driver-compatibility-with-device-guard) .
When the device using the driver libusb0.sys is plugged, it causes a bluescreen with DRIVER_VERIFIED_DETECTED_VIOLATION.

Can you please help us to solve this issue and to be complaint with windows 10 HCVI mode?

Thanks in advance for your help.

Karthiga.

@kartrophy
Copy link
Author

Also tested with LibusbK.sys and ended with same bluescreen with DRIVER_VERIFIED_DETECTED_VIOLATION.

@diabolo38
Copy link

strange i had no issue with libusbk driver (generated by libusbk inf wizard or manualy ) on many win10 system
maybe you can try installing with zadig (libusb-win32 or libubsuk ) see if it does the same ?

anyway that is not a libusb issue but a driver install porblem.

@kartrophy
Copy link
Author

kartrophy commented Sep 16, 2019

i install libusbK through zadig. Did you try to load it after activating this driver in the driver verifier with code integrity verification? In normal use, i have no issue.

the issue is located in the libusb0.sys and lisusbK.sys.

@diabolo38
Copy link

no never did it , i do "simple" install and use ;)

@kartrophy kartrophy changed the title Windows 10 incompatibility for libusb-win32 1.2.6.0 binary with Code integrity checks Windows 10 incompatibility for libusb-win32 1.2.6.0/libusbK 3.0.7.0 binary with Code integrity checks Sep 16, 2019
@kartrophy
Copy link
Author

libusb-win32 developer community fixed it in the following release https://sourceforge.net/projects/libusb-win32/files/libusb-win32-snapshots/20190918/ and source code in git : mcuee/libusb-win32@9afd01f

Thanks a lot for this prompt support and release!

@mcuee mcuee added the libusbk_libusb0 Windows libusbk backend for libusbk.sys and libusb0.sys label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libusbk_libusb0 Windows libusbk backend for libusbk.sys and libusb0.sys
Projects
None yet
Development

No branches or pull requests

3 participants