Utility to extract the internal forms representation from both EFI and UEFI drivers/applications into human readable text file.
A fork of Donovan6000's project with bugfixes and additions.
Original code by Donovan6000, rewritten UEFI.cpp by TomRus88, fixes and additions by DeathBringer, Fernando Rodriguez and Seth Stahlman.
compile in WSL/Windows-bash with
mkdir out
cd out
cmake ..
make
main-cli.cpp is the real main then.
See also jfwells/linux-asus-t100ta#4