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

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "PlatformEarlyDxe.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) { signed __int64 v2; // rbx sub_42C(ImageHandle, SystemTable); v2 = sub_70C(); if ( v2 < 0 ) sub_6CC(); return v2; }