Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 :)
- Host: GitHub
- URL: https://github.com/fldried/reverse-engineering-101
- Owner: fldried
- Created: 2022-12-23T00:56:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T02:48:06.000Z (over 1 year ago)
- Last Synced: 2024-08-01T19:57:00.896Z (3 months ago)
- Homepage:
- Size: 66.4 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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