fengjixuchui / c-systems-programmingLinks
CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's Perspective" & "The C Programming Language". Repository includes resources on C programming, incl. Stanford engineering lectures, GCC's C99, & bit-hacking.
☆17Updated 2 years ago
Alternatives and similar repositories for c-systems-programming
Users that are interested in c-systems-programming are comparing it to the libraries listed below
Sorting:
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆39Updated last year
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆70Updated 10 months ago
- A tinycompiler in C from scratch☆108Updated last year
- ☆12Updated last year
- Book in Progress☆363Updated 4 months ago
- Web based binary analysis☆87Updated last year
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆346Updated 5 months ago
- Virtual Machines Experimentation Sandbox 2☆15Updated last year
- A useful starting point for CFIs, students, and anyone hoping to learn more about aviation.☆14Updated this week
- Learning assembly x86 programming and reverse engineering☆15Updated 5 years ago
- ☆45Updated 8 months ago
- Assembly Guide☆172Updated 3 years ago
- ☆12Updated 10 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆187Updated 5 years ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆332Updated 3 months ago
- HTTP Server in C☆36Updated last year
- ☆90Updated last year
- This repo covers Branch and Jump Tables in C and x86 assembly. Branch Tables handle jumps within a subroutine, while Jump Tables facilita…☆10Updated 2 years ago
- The legend of random website☆21Updated 9 months ago
- This is a guide to removing PDF watermarks. It contains the lessons learned from an experiment of mine.☆16Updated last year
- Multithreaded Reverse Proxy Server In C☆34Updated 9 months ago
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- This repository contains code, manuals and notes I wrote pertaining to system programming on Linux☆11Updated 2 years ago
- A Reverse Engineering Assistant leveraging Retrieval-Augmented Generation (RAG) and the LLaMA-3.1-8B-Instant Large Language Model (LLM). …☆36Updated last month
- NES emulator written in C/C++ using pure WinAPI☆118Updated 10 months ago
- ☆27Updated last year
- machine learning from absolute scratch in c. gradients, linear algebra ops & everything else without using any third party library!☆25Updated last year
- Lightweight web server with hot reload and dynamic html templating.☆261Updated 8 months ago
- Repository of algorithms implemented in pure assembly☆277Updated last year
- A tutorial designed for those with basic command line skills to learn the basics of creating and using makefiles☆25Updated 2 years ago