#
uefi
Here are 458 public repositories matching this topic...
hekate - A GUI based Nintendo Switch Bootloader
-
Updated
Sep 19, 2021 - C
Qiling Advanced Binary Emulation Framework
emulator
framework
analysis
binary
reverse-engineering
malware
uefi
unicorn-emulator
unicorn-engine
qiling
cross-architecture
-
Updated
Sep 19, 2021 - 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
Aug 26, 2021 - HTML
A PowerShell script to download Windows ISOs or the UEFI Shell
-
Updated
Aug 30, 2021 - PowerShell
A Tiny Linux-Compatible Kernel
linux
kernel
assembly
embedded-systems
x86
uefi
bootloader
acpi
bare-metal
posix-compatible
uefi-boot
-
Updated
Sep 5, 2021 - C
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
Raspberry Pi 4 UEFI Firmware Images
raspberry-pi
firmware
uefi
firmware-updates
edk2
uefi-development
raspberry-pi-4
edk2-platforms
uefi-firmware
-
Updated
Sep 9, 2021
The LinuxBoot project is working to enable Linux to replace your firmware on all platforms.
-
Updated
Sep 14, 2021 - C++
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
IDA plugin for UEFI firmware analysis and reverse engineering automation
-
Updated
Sep 19, 2021 - C++
bencz
commented
Apr 11, 2020
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(
This project provides all you need to create an unattended installation of a minimal setup of Linux.
linux
vm
ubuntu
virtual-machine
iso
provisioning
kvm
uefi
disk-image
raw
automated-deployment
hybrid
qcow2
preseed
unattended-installation
unattended
physical-machine
debian-installer
pre-installed
raw-image
-
Updated
Sep 14, 2021 - Shell
A tool for UEFI firmware reverse engineering
-
Updated
Aug 3, 2021 - Python
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."
When remapping the UEFI runtime code and data memory regions, if the the region containing the UEFI SystemTable is remapped, the existing SystemTable struct will continue to keep a pointer to the old physical location and likely result in a crash if accessed again.
A method needs to be provided to construct a new SystemTable from the existing with a new internal virtual addr