Wed Feb 20 22:10:48 CET 2002 Paolo Molaro <lupus@ximian.com>
[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 [\-\-assembly]
15 [\-\-assemblyref]
16 [\-\-classlayout]
17 [\-\-constant]
18 [\-\-event]
19 [\-\-fields]
20 [\-\-file]
21 [\-\-interface]
22 [\-\-memberref]
23 [\-\-method]
24 [\-\-methodsem]
25 [\-\-moduleref]
26 [\-\-param]
27 [\-\-property]
28 [\-\-propertymap]
29 [\-\-typedef]
30 [\-\-typeref]
31 [FILES...]
32 .SH DESCRIPTION
33 The \fImonodis\fP program is used to dump the contents a CIL image
34 (contained in .EXE files that contain extended PE/COFF CIL code).  
35 .SH OPTIONS
36 The following Generic options are supported:
37 .TP
38 .I "--help", "-h"
39 Displays usage instructions.
40 .TP
41 .I "--assembly"
42 Dumps the contents of the assembly table
43 .I "--assemblyref"
44 Dumps the contents of the assemblyref table
45 .I "--classlayout"
46 Dumps the contents of the classlayout table
47 .I "--constant"
48 Dumps the contents of the constant table
49 .I "--event"
50 Dumps the contents of the event table
51 .I "--fields"
52 Dumps the contents of the fields table
53 .I "--file"
54 Dumps the contents of the file table
55 .I "--interface"
56 Dumps the contents of the interface table
57 .I "--memberref"
58 Dumps the contents of the memberref table
59 .I "--method"
60 Dumps the contents of the method table
61 .I "--methodsem"
62 Dumps the contents of the methodsem table
63 .I "--moduleref"
64 Dumps the contents of the moduleref table
65 .I "--param"
66 Dumps the contents of the param table
67 .I "--property"
68 Dumps the contents of the property table
69 .I "--propertymap"
70 Dumps the contents of the propertymap table
71 .I "--typedef"
72 Dumps the contents of the typedef table
73 .I "--typeref"
74 Dumps the contents of the typeref table
75 .PP
76 If no flags are specified the program dumps the content of the image
77 in a format that can be used to rountrip the code. 
78 .SH AUTHOR
79 monodis was written by Miguel de Icaza, Paolo Molaro and Dietmar Maurer.
80 .SH SEE ALSO
81 .BR pedump(1)