1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<chapter>
<refentry id='dumpelf.1'>
<refmeta>
<refentrytitle>dumpelf</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class='source'>&project;</refmiscinfo>
</refmeta>
<refnamediv>
<refname>dumpelf</refname>
<refpurpose>dump internal ELF structure</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>dumpelf</command>
<arg choice='opt'>
<replaceable>options</replaceable>
</arg>
<arg choice='plain'>
<replaceable>ELFs</replaceable>
</arg>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>
<command>dumpelf</command> is a user-space utility to dump all of the internal
ELF structures into the equivalent C structures for fun debugging and/or
reference purposes.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
<variablelist>
<varlistentry>
<term><option>-h</option>, <option>--help</option></term>
<listitem><para>Show condensed usage and exit</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-V</option>, <option>--version</option></term>
<listitem><para>Print version and exit</para></listitem>
</varlistentry>
<varlistentry>
<term><option>-v</option>, <option>--verbose</option></term>
<listitem><para>Be verbose (can be used more than once)</para></listitem>
</varlistentry>
</variablelist>
</refsect1>
&reftail;
</refentry>
</chapter>
|