Newer
Older
AMI-Aptio-BIOS-Reversed / CpRcPkg / Universal / RegAccess / Pei / RegAccessPeim / decompiled / PcdGetPtr.c
@Ajax Dong Ajax Dong 2 days ago 198 bytes Restructure the repo
// PcdGetPtr - addr:0xffdaf72f
int __thiscall PcdGetPtr(void *n5)
{
  int (__cdecl **Protocol)(void *); // eax

  Protocol = (int (__cdecl **)(void *))PcdGetProtocol(n5);
  return Protocol[4](n5);
}