Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / TcgStorageSecurity / SmmTcgStorageSec / SmmTcgStorageSec.md
@Ajax Dong Ajax Dong 7 days ago 1 KB Recovering names

SmmTcgStorageSec

Function Table

Address Name Description
(entry) ModuleEntryPoint Calls TcgStorageSecurityInit(ImageHandle, SystemTable), then executes TcgStorageSecurityProcessCommands(), and invokes TcgStorageSecurityHandleInitializeError() on failure.
sub_53C TcgStorageSecurityInit Initialization routine for SMM TCG storage security context and handler registration.
sub_A9C TcgStorageSecurityProcessCommands Primary command-processing routine executed after initialization.
sub_9D8 TcgStorageSecurityHandleInitializeError Error recovery path used when command processing reports an EFI error.

Recovered Call Chain

  1. ModuleEntryPoint(ImageHandle, SystemTable)
  2. TcgStorageSecurityInit(ImageHandle, SystemTable)
  3. TcgStorageSecurityProcessCommands()
  4. On error: TcgStorageSecurityHandleInitializeError()

Module/File Split Notes

  • SmmTcgStorageSec.c contains the decompiled implementation entrypoint body.
  • SmmTcgStorageSec.h provides recovered prototypes and symbol compatibility aliases.

Recovered Symbols

  • TcgStorageSecurityInit (sub_53C)
  • TcgStorageSecurityProcessCommands (sub_A9C)
  • TcgStorageSecurityHandleInitializeError (sub_9D8)

Generated by HR650X BIOS Decompilation Project