3ee8e160cdba25be59e487810069048e8bbadaac
[mono.git] / mono / dis / monodis.1
1 .\" 
2 .\" monodis manual page.
3 .\" (C) Ximian, Inc. 
4 .\" Author:
5 .\"   Miguel de Icaza (miguel@gnu.org)
6 .\"
7 .TH Mono "Mono 1.0"
8 .SH NAME
9 monodis \- CIL image content dumper and disassembler.
10 .SH SYNOPSIS
11 .PP
12 .B monodis
13 [\-hd] [\-\-help] 
14 [\-\-typeref]
15 [\-\-typedefl]
16 [\-\-assemblyref] 
17 [FILES...]
18 .SH DESCRIPTION
19 The \fImonodis\fP program is used to dump the contents a CIL image
20 (contained in .EXE files that contain extended PE/COFF CIL code).  
21 .SH OPTIONS
22 The following Generic options are supported:
23 .TP
24 .I "--help", "-h"
25 Displays usage instructions.
26 .TP
27 .I "--typeref"
28 Dumps the contents of the typeref table.
29 .TP
30 .I "--typedef"
31 Dumps the contents of the typedef table.
32 .TP
33 .I "--assemblyref"
34 Dumps the contents of the assemblyref table.
35 .PP
36 If no flags are specified the program dumps the content of the image
37 in a format that can be used to rountrip the code. 
38 .SH AUTHOR
39 monodis was written by Miguel de Icaza
40 .SH SEE ALSO
41 .BR pedump(1),