All Projects → yabits → Uefi

yabits / Uefi

Licence: gpl-3.0
Fast and lightweight yet another UEFI implementation

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Uefi

Tegrarcmgui
C++ GUI for TegraRcmSmash (Fusée Gelée exploit for Nintendo Switch)
Stars: ✭ 965 (+1121.52%)
Mutual labels:  payload
9pfspkg
Painless Network-Transparent Network Boot with 9P
Stars: ✭ 48 (-39.24%)
Mutual labels:  uefi
Evilgrade
Evilgrade is a modular framework that allows the user to take advantage of poor upgrade implementations by injecting fake updates.
Stars: ✭ 1,086 (+1274.68%)
Mutual labels:  payload
Guide2011 3
Гайд по сокету LGA2011-3 и в целом по платформе Intel X99
Stars: ✭ 37 (-53.16%)
Mutual labels:  uefi
Ezxss
ezXSS is an easy way for penetration testers and bug bounty hunters to test (blind) Cross Site Scripting.
Stars: ✭ 1,022 (+1193.67%)
Mutual labels:  payload
Debootstick
Generate a bootable live image from any Debian/Ubuntu filesystem tree.
Stars: ✭ 48 (-39.24%)
Mutual labels:  uefi
Rust Uefi Runtime Driver
Template for UEFI runtime drivers written in Rust with serial logging and debugging support.
Stars: ✭ 21 (-73.42%)
Mutual labels:  uefi
Shortcut Payload Generator
AutoIt HackTool, Shortcuts .lnk Payloads Generator As LNK-KISSER.
Stars: ✭ 69 (-12.66%)
Mutual labels:  payload
Efiseek
Ghidra analyzer for UEFI firmware.
Stars: ✭ 45 (-43.04%)
Mutual labels:  uefi
Tar Split
checksum-reproducible tar archives (utility/library)
Stars: ✭ 52 (-34.18%)
Mutual labels:  payload
Pysploit
Remote exploitation framework written in Python
Stars: ✭ 37 (-53.16%)
Mutual labels:  payload
Minimal
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.
Stars: ✭ 1,014 (+1183.54%)
Mutual labels:  uefi
Multibootusb
Create multiboot live Linux on a USB disk...
Stars: ✭ 1,042 (+1218.99%)
Mutual labels:  uefi
Ebcvm
EFI Byte Code Virtual Machine in userspace
Stars: ✭ 34 (-56.96%)
Mutual labels:  uefi
Yubikey Full Disk Encryption Secure Boot Uefi
Tutorial to create full disk encryption with YubiKey, encrypted boot partition and secure boot with UEFI
Stars: ✭ 62 (-21.52%)
Mutual labels:  uefi
Mu tiano plus
UEFI Tiano Core Value
Stars: ✭ 28 (-64.56%)
Mutual labels:  uefi
Secure Boot
UEFI SecureBoot for ArchLinux
Stars: ✭ 48 (-39.24%)
Mutual labels:  uefi
Chaos
🔥 CHAOS is a Remote Administration Tool that allow generate binaries to control remote operating systems.
Stars: ✭ 1,168 (+1378.48%)
Mutual labels:  payload
Vbiosfinder
Extract embedded VBIOS from (almost) any BIOS Update
Stars: ✭ 64 (-18.99%)
Mutual labels:  uefi
Exploit Discord Cache System Poc
Exploit Discord's cache system to remote upload payloads on Discord users machines
Stars: ✭ 51 (-35.44%)
Mutual labels:  payload

yabits/uefi CircleCI

A minoca based UEFI coreboot payload (WIP)

yabits/uefi is an UEFI coreboot payload. The code is based on the part of Minoca OS. Minoca OS has minimal UEFI implementation for some platforms, like BeagleBone Black, Paspberry Pi and Legacy BIOS. This project is trying to port the code base to coreboot as a payload. Our goal is running Linux, *BSDs and other bootloaders from this firmware.

Building

Before building, clone coreboot and build Libpayload.

$ git clone https://github.com/yabits/uefi.git
$ cd uefi
$ make menuconfig
$ make

License

Most of the code comes from Minoca OS, licensed under the terms of GNU General Public License, version 3. Some code is from FILO, licensed under the terms of GNU Public License, version 2. See the header of source code files for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].