Uefi Firmware Parser - Parse Bios/Intel Me/Uefi Firmware Related Structures: Volumes, Filesystems, Files, Etc

The UEFI firmware parser is a unproblematic module in addition to laid upward of scripts for parsing, extracting, in addition to recreating UEFI firmware volumes. This includes parsing modules for BIOS, OptionROM, Intel ME in addition to other formats too. Please purpose the instance scripts for parsing tutorials. Installation This module is included inside PyPy equally uefi_firmware $ sudo pip install uefi_firmware To install from Github, checkout this repo in addition to use: $ sudo python ./setup.py install Requirements Python evolution headers, unremarkably constitute inwards the python-dev package. The compression/decompression features volition purpose the python headers in addition to gcc . pefile is optional, in addition to may live on used for additional parsing. Usage The simplest means to purpose the module to discover or parse firmware is through the AutoParser class. import uefi_firmware alongside open('/path/to/firmware.rom', 'r...