Rostamborn's Stars
ffuf/ffuf
Fast web fuzzer written in Go
xoreaxeaxeax/movfuscator
The single instruction C compiler
mit-pdos/xv6-public
xv6 OS
klange/toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
openrazer/openrazer
Open source driver and user-space daemon to control Razer lighting and other features on GNU/Linux
rxi/microui
A tiny immediate-mode UI library
uber-go/nilaway
Static analysis tool to detect potential nil panics in Go code
cia-foundation/TempleOS
Talk to God on up to 64 cores. Final snapshot of the Third Temple.
nanovms/nanos
A kernel designed to run one and only one application in a virtualized environment
gopher-os/gopher-os
A proof of concept OS kernel written in Go
Voorivex/pentest-guide
Penetration tests guide based on OWASP including test cases, resources and examples.
0xAX/asm
Learning assembly for Linux x86_64
jubalh/awesome-os
A list of operating systems and stuff
o-oconnell/minixfromscratch
Development and compilation setup for the book versions of MINIX (2.0.0 and 3.1.0) on QEMU
dreamportdev/Osdev-Notes
A book that explore how to write an Operating System from scratch
tsoding/pinpog
Ping-Pong-like game in Assembly that works without OS
slimbootloader/slimbootloader
Visit http://slimbootloader.github.io for documentation
bepass-org/bepass
A simple DPI bypass tool written in go
dreamos82/Dreamos64
My experiments with osdev... again
xing1357/SimpleOS
Operating System Coded in Assembly and C
ackOS-project/ackOS
A hobby operating system I've been building. Please refer to the 'rewrite' branch to see the ongoing rewrite.
laytan/odin-ini-parser
INI file format parser for odin.
kiarash8112/go-shecan
Simple command-line dns changer
nico-barbas/lily
A small embedable scripting language
0x9n0p/cheetah
The simplest way to implement a 64-bit kernel.
jakubtomsu/ispc-3d-renderer
Toy Software Triangle Rasterizer Written in Intel's ISPC language
flysand7/our
Odin user repository
dreamos82/awesome-os
A list of operating systems and stuff
StevenClifford/dive
A somewhat properly typed and procedural programming language.
nico-barbas/mark-sweep-gc
A mark and sweep GC allocator proof of concept for the Odin language