Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zigzagsecurity/survival-guide-radare2

Basic tutorials for reverse engineer with radare2
https://github.com/zigzagsecurity/survival-guide-radare2

Last synced: 3 months ago
JSON representation

Basic tutorials for reverse engineer with radare2

Awesome Lists containing this project

README

        

# Survival guide for Radare2 with practice
I will make several tutorial to explain how to use radare2 for the most common things. I'll try to add more to cover the most possible by the end.\
Here is the program :
- [crackme1](//github.com/ZigzagSecurity/survival-guide-radare2/blob/master/intro.md)
- Visual Mode (to come)
- Simple Stack Overflow without ASLR (to come)
- Ret2Libc without ASLR (to come)
- [Heap Overflow without ASLR](//github.com/ZigzagSecurity/survival-guide-radare2/blob/master/heap_overflow.md)
- [Radare2 cheat sheet](//github.com/ZigzagSecurity/survival-guide-radare2/blob/master/radare2_cheat_sheet.md)