I was looking for some UEFI binaries to include in a workshop, and thought I’d make a quick post on the options.
Firmware Vault, a unofficial collection of Apple EFI ROMs:
https://github.com/theopolis/uefi-firmware-parser
A new site, from the author of UEFI Firmware Parser:
https://github.com/theopolis/uefi-firmware-samples
The same author wrote uefi-spider, a tool to scrape vendor web sites of their images, but it appears bitrot has taken effect. It’d be nice if someone submitted some patches to update this useful script. It’d be even nicer if someone would maintain a site of crawled binaries, so multiple people don’t have to run the crawler against the sites.
https://firmwaresecurity.com/2015/07/15/tool-review-uefi-spider-and-firmware_vault/
The Intel Minnowboard releases include some binaries that can be used for analysis:
https://firmware.intel.com/projects/minnowboard-max
Similar to the Minnowboard releases, the Intel FSP releases includes multiple binaries:
https://github.com/IntelFsp/FSP
Linaro.org should have some ARM images. Tianocore should have some OVMF images, and has ShellBinPkg binaries for Intel and ARM. Tianocore and this site have UEFI OVMF images:
https://www.kraxel.org/repos/
https://github.com/tianocore/edk2/tree/master/ShellBinPkg
If you have other ideas, please leave a Comment on the blog with new URLs. Thanks!