https://github.com/coreboot/bios_extract
collection of scripts to extract files from BIOS images
https://github.com/coreboot/bios_extract
Last synced: 12 months ago
JSON representation
collection of scripts to extract files from BIOS images
- Host: GitHub
- URL: https://github.com/coreboot/bios_extract
- Owner: coreboot
- License: other
- Created: 2014-06-29T19:03:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-10T06:03:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-30T16:22:23.341Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 227 KB
- Stars: 80
- Watchers: 19
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: change-mcp55-mac.pl
- License: COPYING
Awesome Lists containing this project
README
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