Newer
Older
AMI-Aptio-BIOS-Reversed / ReFlashSmm / ReFlashSmm.c
@Ajax Dong Ajax Dong 2 days ago 452 bytes Restructure the repo
/** @file
  ReFlashSmm.c -- ReFlashSmm

  Auto-converted from IDA decompiler output.
  Functions: 1

Copyright (c) HR650X BIOS Decompilation Project
**/

#include "ReFlashSmm.h"


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

  sub_494(ImageHandle, SystemTable);
  v2 = sub_744();
  if ( v2 < 0 )
    sub_10F0(qword_26A8);
  return v2;
}