Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fldried/reverse-engineering-101

a quick introductory course on reverse engineering. please open issues in case you find something that isnt quite right or not properly worked out :)
https://github.com/fldried/reverse-engineering-101

Last synced: 6 days ago
JSON representation

a quick introductory course on reverse engineering. please open issues in case you find something that isnt quite right or not properly worked out :)

Awesome Lists containing this project

README

        

# Reverse Engineering
Welcome to the reverse engineering guide! In this guide, you will learn about the following topics:

## Table of Contents
- [Computer Architecture](Computer%20Architecture/Table%20of%20Contents.md)
- [Assembly Language](Assembly%20Language/Table%20of%20Contents.md)
- [File Formats](File%20Formats/Table%20of%20Contents.md)
- [Disassemblers](Disassemblers/Table%20of%20Contents.md)
- [Debuggers](Debuggers/Table%20of%20Contents.md)
- [Operating Systems](Operating%20Systems/Table%20of%20Contents.md)
- [Binary Analysis](Binary%20Analysis/Table%20of%20Contents.md)
- [Software Vulnerabilities](Software%20Vulnerabilities/Table%20of%20Contents.md)
- [Exploit Development](Exploit%20Development/Table%20of%20Contents.md)

## To Do:
- [ ] excursion: Cryptography
- [ ] Reverse Engineering Techniques
- [ ] Practicing Reverse Engineering
- [ ] x64 Assembly Language