mohitmishra786 / underTheHoodOfExecutablesView external linksLinks
A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary optimization techniques. Perfect for systems programmers, C developers, and anyone interested in low-level programming concepts.
☆355Jul 20, 2025Updated 6 months ago
Alternatives and similar repositories for underTheHoodOfExecutables
Users that are interested in underTheHoodOfExecutables are comparing it to the libraries listed below
Sorting:
- Book in Progress☆367Aug 3, 2025Updated 6 months ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆607Jul 21, 2025Updated 6 months ago
- Low-Level Programming Roadmap and Resources☆1,306Jan 4, 2026Updated last month
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆73Feb 15, 2025Updated last year
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆349Sep 28, 2025Updated 4 months ago
- ☆46Apr 28, 2025Updated 9 months ago
- Lightweight web server with hot reload and dynamic html templating.☆263Apr 25, 2025Updated 9 months ago
- A roadmap to learn C from Scratch☆667Sep 21, 2024Updated last year
- A single-threaded event-driven cache☆19Oct 7, 2024Updated last year
- ☆39Dec 12, 2024Updated last year
- This book serves as a guide to the art of reverse engineering. It explores various techniques and strategies to extract valuable insights…☆14May 1, 2025Updated 9 months ago
- Linux Kernel Programming 2E - published by Packt☆468Jan 20, 2026Updated 3 weeks ago
- A roadmap to learn x64 assembly using nasm on Linux.☆191Jul 16, 2020Updated 5 years ago
- Operating System Design Review: A systematic analysis of modern systems architecture☆337Jan 11, 2026Updated last month
- Build real C projects with 18 beginner-friendly challenges. Learn by doing with guided coding exercises and practical applications.☆1,324Dec 7, 2025Updated 2 months ago
- Setting up Vscode to work with Pytorch in C/C++ with CUDA support☆25Feb 5, 2025Updated last year
- Tic-Tac-Toe game in C☆15Feb 12, 2025Updated last year
- ☆90Nov 25, 2024Updated last year
- ☆28Dec 2, 2024Updated last year
- NES toolchain & emulator in C☆128Nov 27, 2024Updated last year
- A simple macOS debugger detection trick☆19Apr 7, 2025Updated 10 months ago
- pytorch from scratch in pure C/CUDA and python☆41Oct 10, 2024Updated last year
- MacOS Shared Library to Shellcode Loader☆39Feb 5, 2026Updated last week
- A set of LLVM and GCC based plugins that perform code obfuscation.☆139Oct 20, 2025Updated 3 months ago
- A programming language in C, with a tokenizer, a parser, an abstract syntax tree interpreter, a compiler, and a virtual machine.☆56Jan 2, 2020Updated 6 years ago
- An emulation based tool for learning and debugging assembly.☆581Feb 1, 2026Updated 2 weeks ago
- Experimental JavaScript runtime built with C, JavaScriptCore (JSC), and libuv.☆100Oct 13, 2025Updated 4 months ago
- ☆35Aug 21, 2024Updated last year
- Python bindings for BochsCPU☆38Aug 10, 2025Updated 6 months ago
- ☆21Sep 25, 2023Updated 2 years ago
- The Art of Problem-Solving in Software Engineering: How to Make MySQL Better☆1,923Jan 16, 2026Updated last month
- creating a tiny tensor library in raw C☆1,306Mar 5, 2025Updated 11 months ago
- FFmpeg Assembly Language Lessons