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

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "WheaElog.h"


// Function: ModuleEntryPoint
EFI_STATUS ModuleEntryPoint(EFI_HANDLE ImageHandle, EFI_SYSTEM_TABLE *SystemTable) { __int64 v2; // rax sub_4E4(ImageHandle, SystemTable); qword_2538 = 0x8000000000000001uLL; if ( !sub_280(&unk_2440) ) { v2 = sub_6B0(); if ( v2 >= 0 || qword_2538 < 0 ) qword_2538 = v2; sub_1390(&unk_2440); sub_320(&unk_2440, -1); sub_14B0( "e:\\hs\\Build\\HR6N0XMLK\\DEBUG_VS2015\\X64\\CpPlatPkg\\Whea\\WheaElog\\WheaElog\\DEBUG\\AutoGen.c", 194, "((BOOLEAN)(0==1))"); sub_14B0( "e:\\hs\\Build\\HR6N0XMLK\\DEBUG_VS2015\\X64\\CpPlatPkg\\Whea\\WheaElog\\WheaElog\\DEBUG\\AutoGen.c", 209, "((BOOLEAN)(0==1))"); } return qword_2538; }