October 2018
Intermediate to advanced
404 pages
8h 50m
English
You can start Radare2 by clicking the menu link under Reverse Engineering. You are probably more comfortable with the command line now, so you will probably want to open it directly in the command line. Open the command-line launcher by typing the keyboard shortcut, Alt + F2. Then, the following command opens the program's help file in a new Terminal window:
bash -c "radare2 -h" # this makes sure that you are opening the bash shell
# rather than some other possible default shell
# like the dash shell
Let's break this command down for you: