Re: How to check a driver is digitally signed through code? by Pavel
Pavel
Fri Nov 18 16:25:18 CST 2005
<poohc1234@yahoo.com> wrote in message news:1132347479.561695.49110@g47g2000cwa.googlegroups.com...
> Hello,
> How does the driverquery.exe obtain info on a driver if it is digitally
> signed?
First, it tries to find the INF file of the driver - because only the INF contains
list of all files in the _driver package_ and name of it's CAT file.
When it finds the INF, it calls some SetupAPI function that verifies the signature.
As you can see, all the "legacy" type drivers installed without INFs, are shown as
not signed.
Regards,
--PA