Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / SetUint8.c
@Ajax Dong Ajax Dong 2 days ago 298 bytes Init
// SetUint8 - decompiled from Platform.efi
__int64 __fastcall SetUint8(__int64 a1, char a2)
{
  __int64 Protocol; // rax
  __int64 v5; // rdx

  Protocol = LocateProtocol(); /*0x5c33*/
  LOBYTE(v5) = a2; /*0x5c38*/
  return (*(__int64 (__fastcall **)(__int64, __int64))(Protocol + 160))(a1, v5);
}