[Mono-bugs] [Bug 378005] New: Wrong generation of CustomModifiers ( lost reading an assembly)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Apr 8 11:12:40 EDT 2008


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: jbevain at novell.com
        ReportedBy: andrea.ornstein at st.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list