Newer
Older
AMI-Aptio-BIOS-Reversed / DxeIpl / DxeIplLzmaNormalize.c
@Ajax Dong Ajax Dong 2 days ago 390 bytes Init
/* DxeIplLzmaNormalize @ 0xffc18947 size=0x1b */
unsigned int __thiscall DxeIplLzmaNormalize(_BYTE *this)
{
  unsigned int n7; // eax

  n7 = 0; /*0xffc18947*/
  if ( this && *this ) /*0xffc1894d*/
  {
    while ( n7 < 7 ) /*0xffc18954*/
    {
      if ( !*(this + ++n7) ) /*0xffc18957*/
        return n7; /*0xffc1895b*/
    }
    return 8; /*0xffc18960*/
  }
  return n7; /*0xffc1895d*/
}