Newer
Older
AMI-Aptio-BIOS-Reversed / HstiPlatformDxe / README.md
@Ajax Dong Ajax Dong 2 days ago 848 bytes Init

HstiPlatformDxe

Index Module Size Phase
333 HstiPlatformDxe 11 KB (11040 B) DXE

Platform-level HSTI (Hardware Security Test Interface) reporting driver. This module publishes platform security test results via the HSTI protocol, reporting the security posture of platform hardware features during the DXE phase.

Key Functions

  • ModuleEntryPoint -- UEFI entry point / initialization function
  • sub_B88 -- Debug assertion handler
  • sub_F30 -- Platform security data / HSTI initialization
  • sub_8D4 -- HSTI result reporting and return status

Dependencies

  • UEFI Boot Services
  • UEFI Runtime Services
  • HSTI protocol

Platform

x86-64 (PE32+), UEFI DXE driver, 6 PE sections (.text, .rdata, .data, section_3, .xdata, .reloc)


HR650X BIOS Decompilation Project