https://bugzilla.novell.com/show_bug.cgi?id=358515


           Summary: Wrong generation of  locals type when one is a pointer
                    to function
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Cecil
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Created an attachment (id=193038)
 --> (https://bugzilla.novell.com/attachment.cgi?id=193038)
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 val.dll I obtain a file that disassembled is
different from the original one
The types of the locals of function 'test' are wrong
They are corrupted after the local defined with type 'method int32 *(valuetype
my_vt *, int8)'

mono cecil_copy.exe val.dll val2.dll
monodis val.dll > val1.il
monodis val2.dll > val2.il
val1.il and val2.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

Reply via email to