radare2/man/rabin2.1
pancake 14ef1cf602 * Initial work on the register API for r_debug
- r_debug_reg and r_debug_regset
  - Handles dbg->newstate to force register sync
  - Only dbg.reg.read() for x86-32 and 64
* Added dummy copy of manpages (from old radare1)
2009-04-15 11:09:36 +00:00

56 lines
1021 B
Groff

.Dd July 16, 2008
.Dt RABIN 1
.Os
.Sh NAME
.Nm rabin
.Nd Binary program info extractor
.Sh SYNOPSIS
.Nm rabin
.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
Enable verbosity
.It Fl h
Show usage help message.
.El
.Sh SEE ALSO
.Pp
.Xr radiff(1) ,
.Xr radare(1) ,
.Xr hasher(1) ,
.Xr rfile(1) ,
.Xr rsc(1) ,
.Xr rasc(1) ,
.Xr xc(1) ,
.Xr bug(1) ,
.Xr xrefs(1)
.Sh AUTHORS
.Pp
pancake <pancake@youterm.com>
.Pp