Skip to content
#

static-linking

Here are 12 public repositories matching this topic...

💻 Welcome to the Operating Systems Repository! 📚✨ Immerse yourself in a meticulously curated knowledge reservoir on Operating Systems. 🌐💡 Explore the intricacies of system management, processes, and kernel architecture. 🚀🔍 Master the art of efficient operating system navigation in this dynamic space! 👨‍💻🌐

  • Updated Jul 16, 2025
  • C

A minimal ELF loader written in C that loads and executes statically linked 64-bit ELF binaries on Linux. Implements ELF parsing, memory segment mapping with correct permissions, PIE/ASLR support, process stack initialization including auxiliary vector, and control transfer to loaded executables.

  • Updated Feb 4, 2026
  • C

Improve this page

Add a description, image, and links to the static-linking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the static-linking topic, visit your repo's landing page and select "manage topics."

Learn more