Newer
Older
AMI-Aptio-BIOS-Reversed / SetupDefaultLoad / sub_6060.txt
@Ajax Dong Ajax Dong 2 days ago 413 bytes Init
__int64 __fastcall sub_6060(unsigned int _RAX_1, _DWORD *a2, _DWORD *a3, _DWORD *a4, _DWORD *a5)
{
  __int64 result; // rax

  _RAX = _RAX_1; /*0x606f*/
  __asm { cpuid } /*0x6074*/
  if ( a2 ) /*0x6079*/
    *a2 = result; /*0x607b*/
  if ( a3 ) /*0x6081*/
    *a3 = _RBX; /*0x6083*/
  if ( a4 ) /*0x6089*/
    *a4 = _RCX; /*0x608b*/
  if ( a5 ) /*0x6091*/
    *a5 = _RDX; /*0x6093*/
  return result; /*0x6096*/
}