uefi
Here are 358 public repositories matching this topic...
A new bootable USB solution.
-
Updated
Dec 16, 2020 - C
hekate - A GUI based Nintendo Switch Bootloader
-
Updated
Dec 15, 2020 - C
Qiling Advanced Binary Emulation Framework
-
Updated
Dec 16, 2020 - Python
A stunningly clean theme for the rEFInd UEFI boot manager.
-
Updated
Jul 24, 2020
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
Oct 23, 2020 - HTML
DEPRECATED - DO NOT USE | Go here instead ->
-
Updated
Feb 19, 2020 - C
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
-
Updated
Feb 17, 2020 - C++
Raspberry Pi 4 UEFI Firmware Images [EXPERIMENTAL]
-
Updated
Nov 13, 2020 - Shell
Super UEFIinSecureBoot Disk: Boot any OS or .efi file without disabling UEFI Secure Boot
-
Updated
Apr 22, 2019
The research UEFI hypervisor that supports booting an operating system.
-
Updated
May 2, 2020 - C
Are there any plans to implement the reflection system in the project, if so, do you have any idea how it will work to generate methods and classes at runtime, and execute this code?
For exemple, if we have this code:
static void Main(string[] args)
{
const string AssemblyName = "HelloWorld.dll";
var assembly = AssemblyBuilder.DefineDynamicAssembly(
A tool for UEFI firmware reverse engineering
-
Updated
Nov 28, 2020 - Python
This project provides all you need to create an unattended installation of a minimal setup of Linux.
-
Updated
Oct 31, 2020 - Shell
IDA plugin for UEFI firmware analysis and reverse engineering automation
-
Updated
Oct 14, 2020 - C++
Extract BIOS firmware from Intel-based workstations and laptops
-
Updated
May 4, 2019 - C++
A small bootkit which does not rely on x64 assembly.
-
Updated
Aug 29, 2019 - C
WIP UEFI EDK2 Implementation for Nintendo Switch or generic Tegra210 platforms
-
Updated
Oct 11, 2020 - C
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."


Currently, the
uefi-servicescrate contains a panic handler, while this is useful, It is a problem if you are doing printing yourself as you can't use your own printer for panics. The best option would be to make the panic handler optional usingcfg_attr()Thank you for your time!