Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 636 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 636 Bytes

IFR Extractor LS v0.3

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