Newer
Older
AMI-Aptio-BIOS-Reversed / PurleyRpPkg / Platform / Dxe / Setup / DxePlatform / Platform / GetUint32.c
@Ajax Dong Ajax Dong 7 days ago 252 bytes Restructure the repo
// GetUint32 - decompiled from Platform.efi
__int64 __fastcall GetUint32(__int64 a1, __int64 a2)
{
  __int64 Protocol; // rax

  Protocol = LocateProtocol(); /*0x5c08*/
  return (*(__int64 (__fastcall **)(__int64, __int64))(Protocol + 144))(a1, a2);
}