Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / TcgStorageSecurity / SmmTcgStorageSec / SmmTcgStorageSec.c
@Ajax Dong Ajax Dong 2 days ago 443 bytes Full restructure
/** @file
  SmmTcgStorageSec.c -- SmmTcgStorageSec

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "SmmTcgStorageSec.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable)
{
  signed __int64 v2; // rbx

  sub_53C(ImageHandle, SystemTable);
  v2 = sub_A9C();
  if ( v2 < 0 )
    sub_9D8();
  return v2;
}