minimal dynamic linker implementation for ELF, supporting x86_64 and Arm/Aarch64
☆192Mar 8, 2018Updated 8 years ago
Alternatives and similar repositories for min-dl
Users that are interested in min-dl are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Linux dynamic loader implimentation for self containment☆12Jul 7, 2019Updated 6 years ago
- Small C Compiler generating ELF executable Arm architecture, supporting JIT execution☆1,054Aug 5, 2025Updated 7 months ago
- A simple userspace program to interact with Linux KVM☆23Aug 4, 2023Updated 2 years ago
- notes about glibc, ld-so and more.☆39Mar 15, 2021Updated 5 years ago
- A tiny Linux-like real-time kernel optimized for ARM Cortex-M chips☆320Dec 3, 2023Updated 2 years ago
- An efficient and secure microkernel built for ARM Cortex-M cores, inspired by L4☆748Feb 1, 2026Updated last month
- ☆21Feb 13, 2019Updated 7 years ago
- Codezero Microkernel☆111Jan 30, 2026Updated last month
- https://hackmd.io/s/r1SgsdF3X☆10Dec 21, 2018Updated 7 years ago
- A minimalist lossless data compressor☆47Aug 25, 2021Updated 4 years ago
- JIT compiler from scratch, derived from Nick Desaulniers' great work☆44Nov 25, 2020Updated 5 years ago
- Asynchronous server framework in modern C☆77Mar 28, 2016Updated 9 years ago
- Dynamic creation and update of ELF files, or: an allocator for JIT compilers☆36Nov 25, 2025Updated 3 months ago
- A minimal mark-and-sweep garbage collector☆43Apr 3, 2019Updated 6 years ago
- An implementation of classical tic-tac-toe game for terminal I/O☆16Sep 2, 2022Updated 3 years ago
- Experimental 65C02 machine code interpreter/emulator/disassembler.