platform_info

Information about EFI/UEFI/ROM and platform/boot.

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: platform_info

  • Windows
  • Linux
  • Mac OSX
  • Free BSD

Table schema

Name Type Description
vendor TEXT Platform code vendor
version TEXT Platform code version
date TEXT Self-reported platform code update date
revision TEXT BIOS major and minor revision
address TEXT Relative address of firmware mapping
size TEXT Size in bytes of firmware
volume_size INTEGER (Optional) size of firmware volume
extra TEXT Platform-specific additional information

Query examples

Select all the results for the given table.

SELECT * FROM platform_info;