Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
Hello,
I am trying to run HLK tests for a software driver on Windows 10. I want to build a test packet and have the driver signed. I know about attestation signing but that is not what interests me.
I have setup a test network with HLK Studio running on a Windows Server 2019, and a client running Windows 10 2004. The Windows systems are in English version.
I defined a project with the driver on HLK Studio. Studio says there are 2 tests to pass:
+ HyperVisor Code Integrity Readiness
+ TDI filters and LSPS are not allowed
The first test fails. The following items are marked as failed:
+ HLK Config Library Tasks
+ Copy Test Binaries
+ CheckForTooManyDrivers
+ EnableDriverVerifier
+ SetDriverVerifierOptions
+ QueryDriverVerifierSettings
The second test run fine. I have no idea what it takes to pass the failed test.
Do I have to enable Secure Boot to run HyperVisor Code Integrity Readiness? But in that case how should I install the driver to be tested?
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Internals & Software Drivers | 19-23 June 2023 | Live, Online |
Writing WDF Drivers | 10-14 July 2023 | Live, Online |
Kernel Debugging | 16-20 October 2023 | Live, Online |
Developing Minifilters | 13-17 November 2023 | Live, Online |
Comments
Have you looked at the test logs? Also the HLK provides you with the config scripts to re-run a failed test, so you should be able to repro and debug the problem.
OK, I'll look.
It seems to me quite difficult to interpret. If I look for example the first test:
o Logs
o Logs
There is no available logs for the failed item. When I look at the existing logs I don't detect any failure.