topeterk / DumpHii

UEFI EDKII Shell command that stores all available Hii packages (DumpHii)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UEFI EDKII Shell application DumpHii

UEFI EDKII Shell application that stores all available HII packages

Features

To run this shell application just execute it without command line options:

DumpHii

A folder named HPK will be created to store the HII dump.
For each HII package that is found a *.hpk file gets created.
The filename is the GUID of that HII package.

Note: Only the loaded packages that are installed on the system can be dumped.
Means you may have to enter the Setup menu first, boot the shell afterwards and then run the application.
Otherwise the Setup may not get loaded and the HII database has not installed the desired forms.

Get the software

There are no special releases available yet. Just go ahead and get latest source.

Installation

The shell application must be compiled for the specific target system.

Systemrequirements

This source is based on EDKII which is required to build this shell application.

How to integrate into EDKII

It is recommended to place the software at ShellPkg/Application/DumpHii/ within the EDKII source.
Add this to your DSC file like ShellPkg.dsc , EmulatorPgk.dsc or Nt32.dsc under the [Components] section:

  ShellPkg/Application/DumpHii/DumpHii.inf

Praise the sun! ☀️ . . . 🔥 . . . 🏃 💨

About

UEFI EDKII Shell command that stores all available Hii packages (DumpHii)

License:Other


Languages

Language:C 100.0%