[Mono-bugs] [Bug 66433][Nor] New - monodis doesn't disassemble declsec table for mscorlib
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 21 Sep 2004 09:18:34 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=66433
--- shadow/66433 2004-09-21 09:18:34.000000000 -0400
+++ shadow/66433.tmp.12877 2004-09-21 09:18:34.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 66433
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Other.
+AssignedTo: sebastien@ximian.com
+ReportedBy: sebastien@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: monodis doesn't disassemble declsec table for mscorlib
+
+Description of Problem:
+monodis doesn't disassemble declsec table for mscorlib. This isn't an
+encoding issue (like #62829) the attributes can be seen with MS tools.
+
+
+Steps to reproduce the problem:
+1. Compile mscorlib.dll with security attributes [*]
+2. Look at the security attributes with Mono
+ monodis mscorlib.dll --declsec
+3. Look at the security attributes with MS tools
+ permview /decl mscorlib.dll
+
+
+Actual Results:
+Monodis doesn't show the security attributes.
+Permview does show the security attributes.
+
+
+Expected Results:
+Should work with both Mono and MS tools.
+
+
+How often does this happen?
+Always for mscorlib. Other assemblies work as expected.
+
+
+Additional Information:
+[*] Requires a patched MCS (marek's patch + mine) or CSC