Scroll to navigation

RADARE2(1) General Commands Manual RADARE2(1)

NAMEΒΆ

radare2 - Advanced commandline hexadecimal editor, disassembler and debugger radare2 is a commandline hexadecimal editor. "r2" is the alias program name for radare2. This manpage is not updated yet. Feel free to contribute. The options are: force asm.arch (x86, ppc, arm, mips, bf, java, ...) run 'aa' command before prompt or patch to analyze all referenced code force asm.bits (16, 32, 64) Specify the base address to be used when loading a new binary. See 'e?bin.baddr' Execute the given command before giving prompt Start in debugger mode Enable debug mode. Set cfg.debug=true Set configuration eval variable key=value. For example -e scr.color=false Blocksize = file size Run script file Select kernel (asm.os) for syscall resolution Load given plugin file List supported IO plugins. Do not load user settings/projects from ~/.radare2rc and ~/.config/radare2/. Do not perform any analysis (r_bin). Just load the raw file. Quiet mode (no prompt) Set project file Apply rapatch file and quit Start seeking at this address Get binary information using a thread Show version information and exits. Open in write mode Show help message Show files and environment help Type '?' for help. To enter visual mode use the 'V' command. Then press '?' for help. In r2 the debugger commands are implemented under the 'd' command. Type 'd?' for help. These values can be used from scripts launched from inside radare ('!' command) path to the current working file. pancake <pancake@nopcode.org>, nibble <nibble@develsec.org>