2010-03-13 01:46:11 +08:00
|
|
|
.Dd Mar 11, 2010
|
|
|
|
.Dt RABIN2 1
|
2009-04-15 19:09:36 +08:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
2010-03-13 01:46:11 +08:00
|
|
|
.Nm rabin2
|
2009-04-15 19:09:36 +08:00
|
|
|
.Nd Binary program info extractor
|
|
|
|
.Sh SYNOPSIS
|
2010-03-13 01:46:11 +08:00
|
|
|
.Nm rabin2
|
2009-04-15 19:09:36 +08:00
|
|
|
.Op Fl eoicsSlrvz
|
|
|
|
.Op Fl h
|
|
|
|
.Op Fl L Ar library
|
|
|
|
.Op file
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
This program allows you to get information about ELF/PE/MZ and CLASS files in a simple way.
|
|
|
|
.Bl -tag -width Fl
|
|
|
|
.It Fl e
|
|
|
|
Show entrypoints for disk and on-memory
|
|
|
|
.It Fl i
|
|
|
|
Show imports (symbols imported from libraries
|
|
|
|
.It Fl c
|
|
|
|
Show header checksum (if exist)
|
|
|
|
.It Fl s
|
|
|
|
Show exported symbols
|
|
|
|
.It Fl o
|
|
|
|
Show other symbols (not import/export)
|
|
|
|
.It Fl S
|
|
|
|
Show sections
|
|
|
|
.It Fl l
|
|
|
|
List linked libraries to the binary
|
|
|
|
.It Fl L Ar library
|
|
|
|
Show the base address of a library loaded in memory
|
|
|
|
.It Fl r
|
|
|
|
Show output in radare format
|
|
|
|
.It Fl z
|
|
|
|
Show strings inside .data section (like gnu strings does)
|
|
|
|
.It Fl v
|
2011-07-19 06:12:36 +08:00
|
|
|
Display virtual addressing offsets
|
2009-04-15 19:09:36 +08:00
|
|
|
.It Fl h
|
|
|
|
Show usage help message.
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Pp
|
2010-03-13 01:46:11 +08:00
|
|
|
.Xr rahash2(1) ,
|
2011-07-19 16:45:47 +08:00
|
|
|
.Xr rafind2(1) ,
|
2010-03-13 01:46:11 +08:00
|
|
|
.Xr radare2(1) ,
|
|
|
|
.Xr radiff2(1) ,
|
2010-10-28 04:17:55 +08:00
|
|
|
.Xr ranal2(1) ,
|
2010-03-13 01:46:11 +08:00
|
|
|
.Xr rasm2(1) ,
|
|
|
|
.Xr rax2(1) ,
|
2011-07-19 16:45:47 +08:00
|
|
|
.Xr rsc2(1) ,
|
2010-06-29 02:30:20 +08:00
|
|
|
.Xr rarc2(1) ,
|
2010-10-28 04:17:55 +08:00
|
|
|
.Xr rarc2-tool(1) ,
|
|
|
|
.Xr rasc2(1) ,
|
2009-04-15 19:09:36 +08:00
|
|
|
.Sh AUTHORS
|
|
|
|
.Pp
|
2010-10-29 19:58:19 +08:00
|
|
|
pancake <pancake@nopcode.org>,
|
|
|
|
nibble <nibble@develsec.org>
|