Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ITAYC0HEN/A-journey-into-Radare2
A series of tutorials about radare2 framework from https://www.megabeets.net
https://github.com/ITAYC0HEN/A-journey-into-Radare2
radare2 tutorials
Last synced: 3 months ago
JSON representation
A series of tutorials about radare2 framework from https://www.megabeets.net
- Host: GitHub
- URL: https://github.com/ITAYC0HEN/A-journey-into-Radare2
- Owner: ITAYC0HEN
- Created: 2017-03-27T08:21:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T20:05:02.000Z (almost 4 years ago)
- Last Synced: 2024-05-18T12:36:15.058Z (6 months ago)
- Topics: radare2, tutorials
- Language: Python
- Homepage:
- Size: 155 KB
- Stars: 518
- Watchers: 40
- Forks: 46
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A journey into Radare2
### A series of tutorials about radare2 framework from https://www.megabeets.net
Because I got really enthusiastic about radare2 and I want more and more researchers to be familiar with it, use it and hopefully contribute to the project, I decided to create a series of articles and use-cases of r2. These articles aim to teach you the basics of radare2, its features and capabilities.#### Articles:
* [x] [Part 1 – Introduction, Simple Crackme](https://www.megabeets.net/a-journey-into-radare-2-part-1/)
* [x] [Part 2 – Exploitation](https://www.megabeets.net/a-journey-into-radare-2-part-2/)
* [x] Part 3 - Cutter, Scripting and Malware Analysis ([Part 1](https://www.megabeets.net/decrypting-dropshot-with-radare2-and-cutter-part-1), [Part 2](https://www.megabeets.net/decrypting-dropshot-with-radare2-and-cutter-part-2))#### Others (Generic):
* [x] [Reverse engineering a Gameboy ROM with radare2](https://www.megabeets.net/reverse-engineering-a-gameboy-rom-with-radare2)
* [x] [Reversing a self-modifying binary with radare2](https://www.megabeets.net/reversing-a-self-modifying-binary-with-radare2)
Feel free to [contact me](https://www.megabeets.net/about.html#contact) with any question or thought you have.