mohitmishra786 / reversingBitsLinks
A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serves as a one-stop reference for security researchers, reverse engineers, and low-level programmers.
☆574Updated 2 weeks ago
Alternatives and similar repositories for reversingBits
Users that are interested in reversingBits are comparing it to the libraries listed below
Sorting:
- A guide that explains how programs transform from source code to executables. Deep dive into ELF format, linking processes, and binary op…☆339Updated 2 weeks ago
- Book in Progress☆348Updated last week
- Assembly Guide☆166Updated 3 years ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆296Updated 2 weeks ago
- Low-Level Programming Roadmap and Resources☆1,192Updated last week
- A roadmap to learn C from Scratch☆631Updated 10 months ago
- C Programing Tutorials based on First Year BCA Subject 104-CPPM☆47Updated 10 months ago
- Lightweight web server with hot reload and dynamic html templating.☆253Updated 3 months ago
- example output☆47Updated last week
- A modern, visual guide to programming, from assembly to high-level languages. Covers core concepts, performance, internals, and real-worl…☆30Updated 3 months ago
- A comprehensive path to review the fundamentals of programming with C☆104Updated 3 months ago
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆154Updated last month
- An emulation based tool for learning and debugging assembly.☆555Updated 2 months ago
- Build real C projects with 18 beginner-friendly challenges. Learn by doing with guided coding exercises and practical applications.☆330Updated 2 months ago
- C projects: algorithms, games, and networking☆169Updated 2 weeks ago
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆159Updated 2 years ago
- Free educational courses in reverse engineering, malware analysis, and programming☆452Updated last week
- Tiny Raspberry Pi Operating System☆259Updated 11 months ago
- an http server from scratch in C☆103Updated 2 months ago
- Tiny x86_64 OS in C☆77Updated last month
- Optimized parallel training implementation of a neural network in C for recognizing handwritten digits from scratch on the MNIST dataset☆85Updated 11 months ago
- A Free Seminar Introducing the C Language☆59Updated 7 months ago
- ☆200Updated 9 months ago
- A comprehensive systems programming toolkit implementing low-level concepts in C, from memory management to OS internals. Features practi…