coreboot / bios_extract

collection of scripts to extract files from BIOS images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bios_extract:
-------------
Tool to extract the different submodules of common legacy bioses. Currently
only supports AMI95 bioses.

ami_slab:
---------
Tool to extract the different submodules of an AMI SLAB (Single Link Arch BIOS)
module from an AMI BIOS.

bcpvpd:
-------
Extracts IBM compressed BIOS images (BCPVPD and $IBMCOMP) so that bios_extract
can handle it.

decap.sh:
------
A simple shell script to remove headers of UEFI Capsule files.

lh5_test:
---------
Sample program left over from development, but kept to be able to easily
verify lh5 extraction functionality. Will not be built per default.

xfv:
----
Tool to dissect EFI capsules.

phoenix_extract.py:
-------------------
Simple python script to extract Phoenix FFV from ROM image

microcode_extract.py:
---------------------
Simple python script to extract microcode blobs from binary BIOS image

About

collection of scripts to extract files from BIOS images

License:Other


Languages

Language:C 48.1%Language:Python 47.6%Language:Shell 2.9%Language:Makefile 0.9%Language:Perl 0.5%