[Mono-bugs] [Bug 75710][Wis] New - cecil fail to load obfuscated
assembly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 4 11:27:36 EDT 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 rafim at mainsoft.com.
http://bugzilla.ximian.com/show_bug.cgi?id=75710
--- shadow/75710 2005-08-04 11:27:36.000000000 -0400
+++ shadow/75710.tmp.6695 2005-08-04 11:27:36.000000000 -0400
@@ -0,0 +1,36 @@
+Bug#: 75710
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Mono.Cecil
+AssignedTo: mono at evain.net
+ReportedBy: rafim at mainsoft.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: cecil fail to load obfuscated assembly
+
+Description of Problem:
+I wish to read the il of the obfuscated assembly.
+
+Steps to reproduce the problem:
+1. IAssemblyDefinition ad = AssemblyFactory.GetAssembly("foo.dll");
+
+Actual Results:
+excecptions such as
+ "Non valid TypeSpec"
+ "Non standard #- heap found"
+
+Expected Results:
+cecil can load and read obfuscated assembly
+
+How often does this happen?
+always
+
+Additional Information:
More information about the mono-bugs
mailing list