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

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "RuntimeMemoryHole.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) { sub_44C(); return sub_58C(ImageHandle, SystemTable); }