Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 510 Bytes

File metadata and controls

13 lines (9 loc) · 510 Bytes

IIPU

A simple program to view and replace INI_PACK section of Insyde UEFI update file. Can come in handy to override platform and version checks.

Usage

Usage: xxx.efi [action] <INI file>

Actions:
        -r              Replace INI_PACK contents

Where xxx.efi is UEFI update file and <INI file> is ASCII-formatted text file.
If no action specified, the programm will attempt to extract INI_PACK as both text and binary files.

See the example in IIPU/Example/.