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