Mod the text color/theme on Z97 Asus UEFI BIOS

  • Added an Insyde packer. Still not sure if it is OEM dependent.
    - PNG brute extraction, but disabled since it is not needed. Honestly, I love png more and more: clean header, clear structure, CRC, lossless, what can you ask for more?
    - fixed GIF extraction. Misread the header.
    - added a PCX brute extraction. I just can’t seem to get a 100% accurate extraction all the time. Must be something with padding at end of scan line. Anyway, not important since PCX will most likely be in a raw section, which was already covered.
    - added TGA extraction, but only from raw sections. I tried everything, but the pattern still shows a lot of false positives. Users should comment lines 614-616 to prevent flooding of messages.
    - TIFF extraction, but I don’t think we will find one in BIOS.

UefiImageExt_fix.rar (6.65 KB)