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

void *__cdecl memset(void *buf, unsigned int count, char value)
{
  memset(buf, value, count); /*0xffe0629d*/
  return buf; /*0xffe062a3*/
}