aidanplunkitt's Stars
nothings/stb
stb single-file public domain libraries for C/C++
gentilkiwi/mimikatz
A little tool to play with Windows security
lucasg/Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
builtbybel/ThisIsWin11
The real PowerToys for Windows 11
dendibakh/perf-ninja
This is an online course where you can learn and master the skill of low-level performance analysis and tuning.
hacksysteam/HackSysExtremeVulnerableDriver
HackSys Extreme Vulnerable Driver (HEVD) - Windows & Linux
ionescu007/SimpleVisor
SimpleVisor is a simple, portable, Intel VT-x hypervisor with two specific goals: using the least amount of assembly code (10 lines), and having the smallest amount of VMX-related code to support dynamic hyperjacking and unhyperjacking (that is, virtualizing the host state from within the host). It works on Windows and UEFI.
Bareflank/hypervisor
lightweight hypervisor SDK written in C++ with support for Windows, Linux and UEFI
agelastic/eudyptula
www.eudyptula-challenge.org
tandasat/Hypervisor-101-in-Rust
The materials of "Hypervisor 101 in Rust", a one-day long course, to quickly learn hardware-assisted virtualization technology and its application for high-performance fuzzing on Intel/AMD processors.
Gbps/gbhv
Simple x86-64 VT-x Hypervisor with EPT Hooking
d0iasm/rvemu
RISC-V emulator for CLI and Web written in Rust with WebAssembly. It supports xv6 and Linux (ongoing).
mellowcandle/bitwise
Terminal based bit manipulator in ncurses
MaJerle/stm32-cube-cmake-vscode
STM32, VSCode and CMake detailed tutorial
shish/rosettaboy
A gameboy emulator in several different languages
sysprog21/simplefs
A simple native file system for Linux kernel
cpldcpu/MCPU
MCPU - A Minimal 8Bit CPU in a 32 Macrocell CPLD
byo-books/pretty_laughable_lang
An educational C-like toy programming language that compiles to x64 binary.
yabits/uefi
Fast and lightweight yet another UEFI implementation
NewbiZ/xv6
Reimplementation in ANSI C of Unix v6 + POSIX compliance + VFS + ulibc + ACPI
sam-b/PSOD
A simple Windows driver which crashes the system and turns the BSOD pink
eigenraven/rvasm
RISC-V Assembler
jelson/rulos
Ravenna Ultra-Low-Altitude Operating System: An embedded OS for AVR and ARM CPUs
m8/armvisor
simple bare-metal armv8 (aarch64) hypervisor
brucehoult/trv
zaalang/zaos
x64 hobby os
acceso/jOS
Jose's Operating System (my own operating system!)
AlexTMjugador/bare-surprise
Toy bootloader, operating system and graphical application for a birthday surprise in just 12 KiB.
mellowcandle/epOS
Educational purpose OS for Intel x86 processor
jiangyinzuo/CornOS
A toy OS written in C