Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fpmurphy/UEFI-Utilities-2018
Various UEFI utilities built against UDK2017. Includes X64 binaries.
https://github.com/fpmurphy/UEFI-Utilities-2018
edk2 udk2017 uefi uefi-application uefi-development uefi-shell uefi-utilities
Last synced: 3 months ago
JSON representation
Various UEFI utilities built against UDK2017. Includes X64 binaries.
- Host: GitHub
- URL: https://github.com/fpmurphy/UEFI-Utilities-2018
- Owner: fpmurphy
- License: bsd-2-clause
- Created: 2018-03-04T05:36:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T17:57:29.000Z (over 3 years ago)
- Last Synced: 2024-04-29T22:13:04.913Z (7 months ago)
- Topics: edk2, udk2017, uefi, uefi-application, uefi-development, uefi-shell, uefi-utilities
- Language: C
- Homepage:
- Size: 439 KB
- Stars: 41
- Watchers: 6
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-firmware-security - UEFI Utilities - UEFI Utilities is a collection of UEFI Shell utilities that provide system diagnostic information. (It also includes a copy of ThinkPwn.efi, be careful.) (Tools / Open Source)
README
# UEFI-Utilities-2018
Various UEFI utilities built against UDK2017
To integrate into UDK2017 source tree:
Create a subdirectory immediately under UDK2017 called MyApps, populate MyApps with one or more of the
utilities, fix up MyApps.dsc to build the required utility or utilities by uncommening one or more .inf
lines.Note these utilities have only been built and tested on an X64 platform.
I now include a 64-bit EFI binary of each utility in each utility subdirectory.
See http://blog.fpmurphy.com for detailed information about the utilities.
Enjoy!