NAME
litdump - LIT object/executable format browsing utility
SYNOPSIS
litdump[options] FILE
DESCRIPTION
lidump prints the contents of the LIT format FILE in
human-readable form.
OPTIONS
--help show usage summary
-o F, --output F
output the dump to file F. Default is to output to
stdout.
-E, --expr-print-long
Affects the way expressions are printed in the
dump. Giving this option once causes elements and
noname symbols referred from ELEMENT and NAME
expressions to be prefixed with their memory
addresses. Giving this option twice results in
every expression being prefixed with its memory
address.
-d S, --disassemble S
consider the contents of the segment S as machine
instructions (rather than data), and print them in
disassembled form instead of hex dump. This option
may be given more than once.
BUGS
If you find any, please submit a description of the bug
and the data the bug exposes on to bug-ttools@botik.ru.
SEE ALSO
ast(1), lit(1), dast(1)
AUTHOR
litdump is written by Yury Shevchuk (sizif@botik.ru)