drivers ======= Details for in-use Windows device drivers. This does not display installed but unused drivers. Platform support ---------------- Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. **Running a query against an unsupported platform will result in the following error:** ``no such table: drivers`` - Windows Table schema ------------ ============ ======= =================================== Name Type Description ============ ======= =================================== device_id TEXT Device ID device_name TEXT Device name image TEXT Path to driver image file description TEXT Driver description service TEXT Driver service name, if one exists service_key TEXT Driver service registry key version TEXT Driver version inf TEXT Associated inf file class TEXT Device/driver class name provider TEXT Driver provider manufacturer TEXT Device manufacturer driver_key TEXT Driver key date BIGINT Driver date signed INTEGER Whether the driver is signed or not ============ ======= =================================== Query examples -------------- .. code-block:: sql select * from drivers