Skip to content

Instantly share code, notes, and snippets.

View Tainted-Fool's full-sized avatar

Lazaro Alberto Herrera Tainted-Fool

  • Long Beach, CA
View GitHub Profile
@Tainted-Fool
Tainted-Fool / r2_essential_cheatsheet.md
Created March 9, 2025 05:39 — forked from werew/r2_essential_cheatsheet.md
Radare2 - essential cheatsheet

The full updated Radare2 (official) cheatsheet can be found here: https://github.com/radare/radare2/blob/master/doc/intro.md

I use this gist to gather the Radare2's commands I use the most and add some notes that the official cheatsheet is missing.

Radare2

Command line options

-w: Write mode enabled
-p [prj]: Creates a project for the file being analyzed (CC add a comment when opening a file as a project)