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 8 months ago
- Advanced memory management features of C and C++; the differences between imperative and object-oriented paradigms. The functional paradi…☆39Updated last year
- Web based binary analysis☆86Updated 11 months ago
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆345Updated 3 months ago
- 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 8 months ago
- Programs for Compiler Design course CS601 using Lex and C.☆17Updated 11 months ago
- Book in Progress☆360Updated 3 months ago
- ☆89Updated 11 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
- Virtual Machines Experimentation Sandbox 2☆15Updated last year
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆86Updated last year
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…☆70Updated 9 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆187Updated 5 years ago
- ☆12Updated last year
- NES emulator written in C/C++ using pure WinAPI☆118Updated 9 months ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆316Updated last month
- A FREE comprehensive step-by-step embedded Assembler tutorial covering the basics including coding your own vector table and linker scrip…☆42Updated last year
- Assembly code editor☆50Updated 4 months ago
- This is a guide to removing PDF watermarks. It contains the lessons learned from an experiment of mine.☆14Updated last year
- A Reverse Engineering Assistant leveraging Retrieval-Augmented Generation (RAG) and the LLaMA-3.1-8B-Instant Large Language Model (LLM). …☆35Updated last year
- A collection of Operating System Resources for students and teachers☆84Updated last year
- The legend of random website☆21Updated 7 months ago
- x86_64 OS in C☆77Updated 5 months ago
- Learning assembly x86 programming and reverse engineering☆15Updated 4 years ago
- A tinycompiler in C from scratch☆107Updated last year
- VulnServer ROP: An Educational Platform for Exploring Buffer Overflow Vulnerabilities and Return-Oriented Programming Techniques☆16Updated last year
- Assembly Guide☆170Updated 3 years ago
- Assembly language Artificial Neural Network☆26Updated last year
- A tutorial designed for those with basic command line skills to learn the basics of creating and using makefiles☆24Updated 2 years ago
- Multithreaded Reverse Proxy Server In C☆34Updated 8 months ago