merge 99762:100015
[mono.git] / mono / dis / monodis.1
index 9fdad5eea01e48e0314ac10f552f0a74fb2622d9..35d57776ef15a21c6d6978af23dcf1e191b6bd6f 100644 (file)
@@ -47,10 +47,16 @@ monodis \- CIL image content dumper and disassembler.
 [\-\-typeref]
 [\-\-typespec]
 [\-\-blob]
+[\-\-strings]
+[\-\-userstrings]
 [FILES...]
 .SH DESCRIPTION
 The \fImonodis\fP program is used to dump the contents a CIL image
 (contained in .EXE files that contain extended PE/COFF CIL code).  
+.PP
+To roundtrip assemblies using ilasm, it is best to use the --output
+argument, as that will make monodis save the embedded resources in
+files that can later be properly embedded back by ilasm. 
 .SH OPTIONS
 The following Generic options are supported:
 .TP
@@ -65,7 +71,7 @@ For non-corlib assemblies, use "mscorlib" as the assembly name. This
 is useful for round-tripping the IL with ilasm.
 .TP
 .I "--show-method-tokens"
-Display tokens for dissasembled methods.
+Display tokens for disassembled methods.
 .TP
 .I "--assembly"
 Dumps the contents of the Assembly table.
@@ -168,6 +174,12 @@ Dumps the contents of the TypeRef table.
 .TP
 .I "--blob"
 Dumps the entire contents of the blob stream as hex.
+.TP
+.I "--strings"
+Dumps the contents of the Strings heap.
+.TP
+.I "--userstrings"
+Dumps the contents of the User-Strings heap
 .PP
 If no flags are specified the program dumps the content of the image
 in a format that can be used to rountrip the code.