Skip to content

Tags: Coool/BIOSUtilities

Tags

AUBE-v1.1

Toggle AUBE-v1.1's commit message
AMI UCP BIOS Extractor v1.1

Improved UAF Tag-File Dictionary

PEBE-v1.0

Toggle PEBE-v1.0's commit message
Portwell EFI BIOS Extractor v1.0

Parses Portwell UEFI Unpacker EFI images (usually named "Update.efi"), extracts their SPI/BIOS/UEFI/EC firmware components and shows all relevant info. It supports all Portwell UEFI Unpacker revisions and formats, including those which contain Tiano compressed files. The output comprises only final firmware components and utilities which are directly usable by end users.

PSBE-v1.0

Toggle PSBE-v1.0's commit message
Phoenix SCT BIOS Extractor v1.0

Parses Phoenix SecureCore Technology (SCT) BIOS images and extracts their SPI/BIOS/UEFI firmware components. It supports all Phoenix SCT revisions and formats, including those which are originally LZMA compressed. The output comprises only final firmware components which are directly usable by end users.

AUBE-v1.0

Toggle AUBE-v1.0's commit message
AMI UCP BIOS Extractor v1.0

Parses AMI UCP (Utility Configuration Program) BIOS images, extracts their SPI/BIOS/UEFI firmware components and shows all relevant info. It supports all AMI UCP revisions and formats, including those with nested AMI UCP or Insyde SFX structures. The output comprises only final firmware components and utilities which are directly usable by end users.

DPBE-v4.9

Toggle DPBE-v4.9's commit message
Dell PFS BIOS Extractor v4.9

Improved detection of PFS Text Modules

DPBE-v4.8

Toggle DPBE-v4.8's commit message
Dell PFS BIOS Extractor v4.8

Added support for PFS images within Dell ThinOS PKG packages
Applied various small performance & static analysis code fixes

ABGE-v3.2

Toggle ABGE-v3.2's commit message
AMI BIOS Guard Extractor v3.2

Each input file name is now shown at the top
Each output file now includes the input file name
Applied a few small static analysis code fixes

ABGE-v3.1

Toggle ABGE-v3.1's commit message
AMI BIOS Guard Extractor v3.1

File AMI_PFAT_X_DATA_ALL now includes AMI_PFAT_X_DATA_END
Applied various static analysis code fixes

ABGE-v3.0

Toggle ABGE-v3.0's commit message
AMI BIOS Guard Extractor v3.0

Added AMI PFAT Component new extraction method
Added AMI PFAT Nested PFAT Component extraction
Added Intel BIOS Guard Block Header detailed info
Added Intel BIOS Guard Block Script decompilation
Applied various code fixes & improvements

ABGE v3.0 utility's extracting behavior has now changed. Please read the new README Description. The optional support for Intel BGSL decompilation is provided by the 3rd party dependency "BIOS Guard Script Tool" by @allowitsme. Thanks to @NikolajSchlej for bringing ABGE's v2.0 problematic extraction behavior to my attention.

DPBE-v4.6

Toggle DPBE-v4.6's commit message
Dell PFS BIOS Extractor v4.6

Fixed crash when PFS filenames include Windows reserved characters
Fixed PFS Entry Version Type display typo, thanks to @vuquangtrong