https://bugzilla.novell.com/show_bug.cgi?id=378005
Summary: Wrong generation of CustomModifiers (lost reading an
assembly)
Product: Mono: Class Libraries
Version: SVN
Platform: Other
OS/Version: Other
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Cecil
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
Created an attachment (id=206822)
--> (https://bugzilla.novell.com/attachment.cgi?id=206822)
Small application that renames an assembly using Cecil
I used cecil_copy.exe a realy small application that loads an assembly and
saves it with a different name using cecil
mono cecil_copy.exe <old_name> <new_name>
with the attached example test.dll I obtain a file that disassembled is
different from the original one
The CustomModifier is gone
I tried to understand where this happens
it seems to me that it is never read or that the problem is in the signature
reader
I did not find where
mono cecil_copy.exe test.dll test2.dll
monodis test.dll > test.il
monodis test2.dll > test2.il
test.il and test2.il differ
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs