Heym On Mon, May 31, 2010 at 10:32 AM, waschlappen <[email protected]> wrote: > Unfortunately, I was not able to load these assemblies successfully > using mono-cecil.
Do you use Mono.Cecil 0.9.* from github? If no, please try with it, if yes, please mail me the assembly that Cecil fails to load. > 1. Is managed c++ supported? Kind of. You can browse all the managed side of the binary, but you can't write it back, not can you examine the unmanaged part of the binary. > If I am not mistaken mono does support managed c++ in general - at > least I remember having read such a statement somewhere on the mono > homepage. I am not so sure about mono-cecil, however. If it is > supported, I am probably doing something wrong. In that case I would > of course be interested in downtracking my misusage. Mono only supports mixed mode assemblies on Windows. -- Jb Evain <[email protected]> -- -- mono-cecil
