[Mono-bugs] [Bug 76976][Wis] New - monodis/ildasm roundtrip of attached executable loses array info

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Dec 13 05:22:28 EST 2005


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 ck at carlo-kok.com.

http://bugzilla.ximian.com/show_bug.cgi?id=76976

--- shadow/76976	2005-12-13 05:22:28.000000000 -0500
+++ shadow/76976.tmp.15878	2005-12-13 05:22:28.000000000 -0500
@@ -0,0 +1,36 @@
+Bug#: 76976
+Product: Mono: Compilers
+Version: 1.0
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: IL assembler
+AssignedTo: jankit at novell.com                            
+ReportedBy: ck at carlo-kok.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: monodis/ildasm roundtrip of attached executable loses array info
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When trying to decompile the attached exe with monodis, it replaces:
+newobj     instance void uint8[0...]::.ctor(int32)
+with:
+newobj     instance void uint8[]::.ctor(int32)
+
+Thereby losing binding information about the array.
+
+Steps to reproduce the problem:
+1. monodis exename
+
+Expected:
+newobj     instance void uint8[0...]::.ctor(int32)
+
+Result:
+newobj     instance void uint8[]::.ctor(int32)


More information about the mono-bugs mailing list