mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-29 16:10:52 +00:00
73 lines
1.5 KiB
Groff
73 lines
1.5 KiB
Groff
.Dd Mar 11, 2010
|
|
.Dt RADARE2 1
|
|
.Os
|
|
.Sh NAME
|
|
.Nm radare2
|
|
.Nd Advanced commandline hexadecimal editor
|
|
.Sh SYNOPSIS
|
|
.Nm radare2
|
|
.Op Fl s Ar addr
|
|
.Op Fl b Ar bsize
|
|
.Op Fl e Ar k=v
|
|
.Op Fl dwnLV
|
|
.Ar file
|
|
.Sh DESCRIPTION
|
|
radare2 is a commandline hexadecimal editor.
|
|
.Pp
|
|
"r2" is the alias program name for radare2.
|
|
.Pp
|
|
This manpage is not updated yet. Feel free to contribute.
|
|
.Pp
|
|
The options are:
|
|
.Bl -tag -width Fl
|
|
.It Fl s Ar addr
|
|
Start seeking at this address.
|
|
.It Fl b Ar bsize
|
|
Set block size
|
|
.It Fl e Ar k=v
|
|
Set configuration eval variable key=value. For example -e scr.color=false
|
|
.It Fl f
|
|
Blocksize = file size.
|
|
.It Fl d
|
|
Start in debugger mode.
|
|
.It Fl w
|
|
Open in write mode.
|
|
.It Fl u
|
|
Unknown file size. (Do not limit to file boundaries)
|
|
.It Fl n
|
|
Do not load ~/.radarerc or ./radarerc
|
|
.It Fl L
|
|
list supported IO plugins.
|
|
.It Fl V
|
|
Show version information and exits.
|
|
.It Fl h
|
|
Show help message
|
|
.El
|
|
.Sh SHELL
|
|
Type '?' for help.
|
|
.Pp
|
|
.Sh VISUAL
|
|
To enter visual mode use the 'V' command. Then press '?' for help.
|
|
.Sh DEBUGGER
|
|
In r2 the debugger commands are implemented under the 'd' command. Type 'd?' for help.
|
|
.Sh ENVIRONMENT
|
|
These values can be used from scripts launched from inside radare ('!' command)
|
|
.Ar FILE
|
|
path to the current working file
|
|
.Sh SEE ALSO
|
|
.Pp
|
|
.Xr rahash2(1) ,
|
|
.Xr rafind2(1) ,
|
|
.Xr rabin2(1) ,
|
|
.Xr radiff2(1) ,
|
|
.Xr ranal2(1) ,
|
|
.Xr rasm2(1) ,
|
|
.Xr rax2(1) ,
|
|
.Xr rarc2(1) ,
|
|
.Xr rarc2-tool(1) ,
|
|
.Xr rasc2(1) ,
|
|
.Sh AUTHORS
|
|
.Pp
|
|
pancake <pancake@nopcode.org>,
|
|
nibble <nibble@develsec.org>
|