X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fdis%2Fmonodis.1;h=35d57776ef15a21c6d6978af23dcf1e191b6bd6f;hb=c5191f66a55d83bd4d37530264f04fcfba9257a6;hp=c1b33f9aee071514ac2542ed6451697b954a0f69;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mono/dis/monodis.1 b/mono/dis/monodis.1 index c1b33f9aee0..35d57776ef1 100644 --- a/mono/dis/monodis.1 +++ b/mono/dis/monodis.1 @@ -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.