Newer
Older
AMI-Aptio-BIOS-Reversed / VerifyFwBootGuard / VerifyFwBootGuard.c
@Ajax Dong Ajax Dong 2 days ago 463 bytes Restructure the repo
/** @file
  VerifyFwBootGuard.c -- VerifyFwBootGuard

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "VerifyFwBootGuard.h"


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

  sub_4CC();
  v4 = sub_788(ImageHandle, SystemTable);
  if ( v4 < 0 )
    sub_1170();
  return v4;
}