legoffant / reverseengineeringLinks
Books for hacker in reverse engineering
☆30Updated 2 years ago
Alternatives and similar repositories for reverseengineering
Users that are interested in reverseengineering 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…☆345Updated 2 months ago
- A roadmap to learn x64 assembly using nasm on Linux.☆180Updated 5 years ago
- Assembly Guide☆167Updated 3 years ago
- These are small C language programs meant for learning and understanding the fundamentals of programming.☆232Updated 2 years ago
- Repository of algorithms implemented in pure assembly☆259Updated last year
- This repository contains solutions and exercises from "The C Programming Language" by Brian W. Kernighan and Dennis M. Ritchie (K&R).☆155Updated 2 months ago
- A roadmap to learn C from Scratch☆636Updated last year
- Virtual Machines Experimentation Sandbox 2☆16Updated last year
- Multithreaded Reverse Proxy Server In C☆34Updated 6 months ago
- Hello World in Assembly and C☆10Updated 2 months ago
- C projects: algorithms, games, and networking☆273Updated last week
- Repo for the UEFI Development Series☆66Updated last month
- Book in Progress☆358Updated last month
- ☆83Updated 7 years ago
- This repository is a journey through Operating System concepts, with practical implementations in C. Each day focuses on a specific topic…☆312Updated 2 months ago
- CMU Systems Programming course resources incl. course website, labs, schedule, & extra material. Books: "Computer Systems: A Programmer's…☆39Updated 2 years ago
- Lightweight web server with hot reload and dynamic html templating.☆256Updated 4 months ago
- ☆328Updated last year
- A comprehensive path to review the fundamentals of programming with C☆107Updated 5 months ago
- A comprehensive collection of cheatsheets for reverse engineering, binary analysis, and assembly programming tools. This repository serve…☆584Updated 2 months ago
- A roadmap to teach myself compiler dev, malware reverse engineering, exploitation and kernel dev fundamentals