Newer
Older
AMI-Aptio-BIOS-Reversed / ShellPkg / Application / Shell / FullShell.c
@Ajax Dong Ajax Dong 2 days ago 400 bytes Full restructure
/** @file
  FullShell.c -- FullShell

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "FullShell.h"


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

  sub_2E0();
  v4 = sub_C60();
  sub_718(ImageHandle, SystemTable);
  return v4;
}