Provided by:
radare-common_1.4-1_i386 
NAME
rabin - Binary program info extractor
SYNOPSIS
rabin [-eoicsSlrvz] [-h] [-L library] [file]
DESCRIPTION
This program allows you to get information about ELF/PE/MZ and CLASS
files in a simple way.
-e Show entrypoints for disk and on-memory
-i Show imports (symbols imported from libraries
-c Show header checksum (if exist)
-s Show exported symbols
-o Show other symbols (not import/export)
-S Show sections
-l List linked libraries to the binary
-L library Show the base address of a library loaded in memory
-r Show output in radare format
-z Show strings inside .data section (like gnu strings does)
-v Enable verbosity
-h Show usage help message.
SEE ALSO
radiff(1), radare(1), radarerc(5), hasher(1), rfile(1), rsc(1), rasc(1),
xc(1), bug(1), xrefs(1)
AUTHORS
pancake <pancake@youterm.com>