merge 99762:100015
[mono.git] / mono / dis / monodis.1
index c1b33f9aee071514ac2542ed6451697b954a0f69..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
@@ -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.