#
uefi
Here are 549 public repositories matching this topic...
hekate - A GUI based Nintendo Switch Bootloader
-
Updated
Jul 1, 2022 - C
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Aug 1, 2022 - Python
Armbian Linux build framework
linux
toolchain
lightweight
distribution
arm
framework
kernel
debian
ubuntu
firmware
docker-image
linux-kernel
operating-system
linux-distribution
x86
uefi
arm64
kernel-source
kernel-compilation
kernel-hacking
-
Updated
Aug 1, 2022 - Shell
A stunningly clean theme for the rEFInd UEFI boot manager.
-
Updated
Jun 12, 2022
A PowerShell script to download Windows ISOs or the UEFI Shell
-
Updated
May 28, 2022 - PowerShell
Minimal Linux Live (MLL) is a tiny educational Linux distribution, which is designed to be built from scratch by using a collection of automated shell scripts. Minimal Linux Live offers a core environment with just the Linux kernel, GNU C library, and Busybox userland utilities.
-
Updated
Jul 22, 2022 - HTML
A Tiny Linux-Compatible Kernel
linux
kernel
assembly
embedded-systems
x86
uefi
bootloader
acpi
bare-metal
posix-compatible
uefi-boot
-
Updated
Aug 1, 2022 - C
Raspberry Pi 4 UEFI Firmware Images
raspberry-pi
firmware
uefi
firmware-updates
edk2
uefi-development
raspberry-pi-4
edk2-platforms
uefi-firmware
-
Updated
Mar 22, 2022
DEPRECATED - DO NOT USE | Go here instead ->
freebsd
rpi
arm
firmware
raspberrypi
windows-10
opensuse
uefi
rpi3
arm64
ubuntu-arm
aarch64
armv8
64-bit
raspberry-pi-3
win10
arm-linux
raspberry-pi-uefi
windows-on-arm
-
Updated
Feb 19, 2020 - C
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
-
Updated
Jul 12, 2022 - Roff
IDA plugin for UEFI firmware analysis and reverse engineering automation
-
Updated
Jul 30, 2022 - C++
Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot
-
Updated
Jun 20, 2022
Open
Make issue template
1
Foxboron
commented
Dec 29, 2021
Issues should demand people attach the following outputs:
sudo sbctl status
sudo hexdump -C /sys/firmware/efi/efivars/PK-8be4df61-93ca-11d2-aa0d-00e098032b8c
And we should preferably implement sudo sbctl debug
as a hidden command so we can have some better structured data we can use for debugging.
good first issue
Good for newcomers
coolgatplayz
commented
Jun 23, 2022
Improve this page
Add a description, image, and links to the uefi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the uefi topic, visit your repo's landing page and select "manage topics."
Affected: Firmware targeting EFI < 1.10 and UEFI drivers that do not use
BootServices.open_protocol
andBootServices.close_protocol
.Prior to EFI 1.10, the
EFI_BOOT_SERVICES.UninstallProtocolInterface
function lacks the safety checks that were added in 1.10. It simply removes a protocol from a handle, and if the last protocol is removed from a handle, that handle is freed by firmware and