Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zigzagsecurity/survival-guide-radare2
- Owner: ZigzagSecurity
- Created: 2018-11-19T14:48:37.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T19:11:38.000Z (over 5 years ago)
- Last Synced: 2024-04-07T12:38:57.079Z (7 months ago)
- Language: C
- Homepage:
- Size: 774 KB
- Stars: 59
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-security-collection - **63**星
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)