Member-only story
CC: Radare2 Tryhackme Writeup
This is a Writeup of Tryhackme room “CC: Radare2”
Room link: https://tryhackme.com/room/ccradare2
Note: This room is Free
Task 1: Intro
This room assumes that you have basic x86 assembly knowledge. If you do not I highly recommend doing the Intro to x86–64 room before completing this done.
This room is also not designed to be a 100% teach everything on radare2. It is designed to teach you how some of the more common things in radare2 are used.
The included zip file has all the binaries you will need for this exercise.
With that out of the way let’s get started!
Task 2: Command Line Options
A quick intro to some of the commonly used command line flags for radare2, some of these flags will be extremely useful for later tasks. Include all parts of the flag including the -. All flags can be found in the help menu
Q.1: What flag to you set to analyze the binary upon entering the r2 console (equivalent to running aaa once your inside the console)
Answer: -A
Q.2: How do you enable the debugger?
Answer: -d