← Back to Tools
Forensics

Radare2

Open-source reverse engineering framework for binary analysis, debugging, and exploitation.

Category
Forensics
Platform
Linux / Kali
Type
CLI / Open Source
Skill Level
Beginner → Advanced

What is Radare2?

Radare2 is a powerful tool used in the Forensics phase of ethical hacking and penetration testing. Security professionals rely on it during authorized assessments to identify vulnerabilities and strengthen defenses.

⚠ Legal Notice

Only use on systems you own or have explicit written permission to test. Unauthorized use violates Pakistan's PECA 2016 and international cybercrime laws.

Installation

# Update packages
sudo apt update

# Install (if not already on Kali)
sudo apt install radare2 -y

# Check version
radare2 --version 2>/dev/null || radare2 -h

Basic Usage

# Basic syntax
radare2 [options] [target]

# Get help and all flags
radare2 --help

Common Use Cases

Further Reading

Practice on legal targets like TryHackMe, HackTheBox, or hackzia.site labs. Always read the official documentation before using in a live engagement.