Newer
Older
AMI-Aptio-BIOS-Reversed / ServerCommonPkg / Universal / GetSec / Pei / TxtPei / CpuGetVersion.c
@Ajax Dong Ajax Dong 2 days ago 257 bytes Restructure the repo
// Decompiled: 0xffe0756d
// Function: CpuGetVersion
// Module: TxtPei.efi (TXTPEI)

int __thiscall CpuGetVersion(void *this)
{
  int v2; // eax

  v2 = PeiPcdGet(this); /*0xffe07570*/
  return (*(int (__cdecl **)(void *))(v2 + 20))(this); /*0xffe0757a*/
}