Newer
Older
AMI-Aptio-BIOS-Reversed / Bds / Bds.c
@Ajax Dong Ajax Dong 2 days ago 389 bytes Init
/** @file
  Bds.c -- Bds

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "Bds.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) { signed __int64 v4; // rbx sub_45C(); v4 = sub_988(ImageHandle, SystemTable); if ( v4 < 0 ) sub_8EC(); return v4; }