provocativo_
back to the arsenal
// arsenal·Forensics & REAdvancedFOSS

Radare2/r2/

CLI-first reverse engineering framework — vimlike commands, massive feature set.

Forensics & RE

$ radare2 --help

Radare2

// what it is

Description

pancake's open-source RE framework. Steep learning curve; immense capability. Cutter is the official GUI built on top of it.

// use cases

What people use it for

  • Lightweight RE on remote boxes
  • Scriptable analysis pipelines

// commands

The commands you'll type

Open + analyze

$ r2 -A ./binary

List functions

$ [0x...]> afl

Print main function

$ [0x...]> pdf @main

// facts

category
Forensics & RE
platforms
LIN · WIN · MAC
license
FOSS
difficulty
Advanced

// related in Forensics & RE