Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / OFBD / Ofbd / Ofbd.c
@Ajax Dong Ajax Dong 2 days ago 424 bytes Full restructure
/** @file
  Ofbd.c -- Ofbd

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "Ofbd.h"


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

  sub_53C();
  v4 = sub_A30(ImageHandle, SystemTable);
  if ( v4 < 0 )
    sub_3520();
  return v4;
}