Radare2 wiki
This is an ongoing work in progress and reflects various material obtained while stuying how to use radare2. This wiki is constantly updated. Feel free to tweet to me
if there is a tidbit I can include in here.

All the commands are based (started) with the following Radare version:
radare2 2.1.0-git 16575 @ linux-x86-64 git.2.0.1-245-g48bfa50
commit: 48bfa5087bed71be501e4c37933c0fe1298d817e build: 2017-11-14__02:43:49
Visual cues:
๐ Means there is an asciinema
โญ Great command to remember
Local web app
- Using wiki.js > To get a local copy of this wiki check out github
- Using mkdocs (Is slightly behind the wiki.js implementation)
-
pip install mkdocs
-git clone https://github.com/securisec/r2wiki-rtd.git
-cd r2wiki-rtd
-mkdocs serve
r2wiki.py
Sections
Console options ๐
Radare2 console options :heart_eyes:
Valid architectures and cpu's
Radare2 Python scripting ๐
Radare2 tools โ๏ธ
Radare Plugins
Pwn helper
CTF solving / Blogs
CTF solving using radare2 / Blogs
Tips
Code samples
Debugger help
Analyzing different architectures / platforms
Android
ARM
AVR
Go reversing
iOS ๏ฃฟ
Macho
Mips
Misc
Windows
Books / Resources
Books
Introduction ยท Radare2 Explorations
-
Tutorial 3, memory manipulation is really good
Cheatsheets
Local copy of cheatsheet (obtained from radare2)
Radare2 Debugger Complete Cheat Sheet Flashcards | Quizlet
Reference Card ยท Radare2 Book
Gui
Install
-
If you are one a *nix system, install using github.
-
Pre packaged binaries for windows and other archs.
Resources
Usage examples
Usage examples directly from radare2 git
Plugin creation
Help regarding plugin creation
Downloads
Radare2 can be downloaded from here
๐ผ Videos
Misc_help
radare twitter feeds
IDA to radare2
-
To convert IDA pro .idc or .idb files to be used in radare2, You can use
idc2r.py file.idc > file.r2
to convert IDA database to r2 format. This can then be loaded into radare2 using. file.r2
inside the radare2 shell. Alternate method is to use.!idc2r.py < file.idc
inside the radare2 shell - > ๐ IDA pro .idb files can be converted usingidb2r2.py
asciinema - Dependencies: idbpip install python-idb
Radare2 themes
-
See previews of all the Themes
-