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:
- ☆12Updated last year
- Web based binary analysis☆89Updated last year
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆40Updated last year
- A useful starting point for CFIs, students, and anyone hoping to learn more about aviation.☆15Updated this week
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆355Updated 6 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆73Updated 11 months ago
- ☆12Updated 11 months ago
- ☆42Updated last year
- A step-by-step walkthrough of the inner workings of a simple neural network. The goal is to demystify the calculations behind neural netw…☆29Updated 2 months ago
- 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
- NES emulator written in C/C++ using pure WinAPI☆119Updated last year
- Multithreaded Reverse Proxy Server In C☆35Updated 11 months ago
- Book in Progress☆367Updated 6 months ago
- A tinycompiler in C from scratch☆109Updated last year
- Assembly Guide☆179Updated 4 years ago
- Virtual Machines Experimentation Sandbox 2☆15Updated last year
- ☆90Updated last year
- A by-the-book small but fully functional compiler written in Java☆30Updated 12 years ago
- This is a guide to removing PDF watermarks. It contains the lessons learned from an experiment of mine.☆17Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆87Updated last year
- A Reverse Engineering Assistant leveraging Retrieval-Augmented Generation (RAG) and the LLaMA-3.1-8B-Instant Large Language Model (LLM). …☆36Updated 2 months ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆42Updated 2 years ago
- A FREE comprehensive step-by-step embedded Assembler tutorial covering the basics including coding your own vector table and linker scrip…☆43Updated 2 months ago
- ☆28Updated last year
- Assembly code editor☆50Updated 7 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆348Updated 4 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆191Updated 5 years ago
- ☆46Updated 9 months ago
- An emulation based tool for learning and debugging assembly.☆578Updated last week
- HTTP Server in C☆36Updated last year