All Projects → ajkhoury → Uefi Bootkit

ajkhoury / Uefi Bootkit

Licence: gpl-3.0
A small bootkit which does not rely on x64 assembly.

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects

Projects that are alternatives of or similar to Uefi Bootkit

Rust Uefi Runtime Driver
Template for UEFI runtime drivers written in Rust with serial logging and debugging support.
Stars: ✭ 21 (-90.05%)
Mutual labels:  uefi, driver
Efifs
EFI FileSystem drivers
Stars: ✭ 272 (+28.91%)
Mutual labels:  uefi, driver
Noirvisor
Hardware-Accelerated Hypervisor solution for complex functions and purposes.
Stars: ✭ 186 (-11.85%)
Mutual labels:  uefi
Bolt sips
Neo4j driver for Elixir
Stars: ✭ 204 (-3.32%)
Mutual labels:  driver
Mediadevices
Go implementation of the MediaDevices API.
Stars: ✭ 197 (-6.64%)
Mutual labels:  driver
Hive Jdbc Uber Jar
Hive JDBC "uber" or "standalone" jar based on the latest Apache Hive version
Stars: ✭ 188 (-10.9%)
Mutual labels:  driver
Mattermost Redux
Redux for Mattermost
Stars: ✭ 198 (-6.16%)
Mutual labels:  driver
Psycopg2
PostgreSQL database adapter for the Python programming language
Stars: ✭ 2,425 (+1049.29%)
Mutual labels:  driver
Fireshock
Windows USB Driver for Sony DualShock 3 Controllers
Stars: ✭ 206 (-2.37%)
Mutual labels:  driver
Nintendoswitchpkg
WIP UEFI EDK2 Implementation for Nintendo Switch or generic Tegra210 platforms
Stars: ✭ 196 (-7.11%)
Mutual labels:  uefi
Cqerl
Native Erlang CQL client for Cassandra
Stars: ✭ 201 (-4.74%)
Mutual labels:  driver
Qiling
Qiling Advanced Binary Emulation Framework
Stars: ✭ 2,816 (+1234.6%)
Mutual labels:  uefi
Vulnerable Kext
A WIP "Vulnerable by Design" kext for iOS/macOS to play & learn *OS kernel exploitation
Stars: ✭ 188 (-10.9%)
Mutual labels:  driver
Wmi Static Spoofer
Spoofing the Windows 10 HDD/diskdrive serialnumber from kernel without hooking
Stars: ✭ 199 (-5.69%)
Mutual labels:  driver
Ridesharing Android
Ridesharing driver & rider sample apps using HyperTrack SDK
Stars: ✭ 186 (-11.85%)
Mutual labels:  driver
Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+7917.54%)
Mutual labels:  uefi
Phpfastcache
A high-performance backend cache system. It is intended for use in speeding up dynamic web applications by alleviating database load. Well implemented, it can drops the database load to almost nothing, yielding faster page load times for users, better resource utilization. It is simple yet powerful.
Stars: ✭ 2,171 (+928.91%)
Mutual labels:  driver
Asus Wmi Sensors
Linux HWMON (lmsensors) sensors driver for various ASUS Ryzen and Threadripper motherboards
Stars: ✭ 193 (-8.53%)
Mutual labels:  driver
Ghidra Firmware Utils
Ghidra utilities for analyzing PC firmware
Stars: ✭ 194 (-8.06%)
Mutual labels:  uefi
Kafka
Go driver for Kafka
Stars: ✭ 212 (+0.47%)
Mutual labels:  driver

UEFI-Bootkit

A small bootkit designed to use zero assembly. Make sure to compile the driver as an EFI Runtime driver (EFI_RUNTIME_DRIVER) or else the bootkit will be freed once winload.efi calls ExitBootServices!

Thanks to dreamboot, and VisualUEFI

License

Copyright (C) 2016-2019 Aidan Khoury (ajkhoury), Quarkslab

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

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].