Hey, On Wed, Mar 24, 2010 at 12:42 PM, Closer <[email protected]> wrote: > I want to re-write following tool > http://www.codeproject.com/KB/dotnet/DllExport.aspx > which can export managed methods as unmanaged methods. But I don't > want to use ilasm.exe and idasm.exe. Instead I want to use Mono-Cecil, > but I don't known can it library add or change metadata to assemblies? > Is it possible? > > I want to add/change the following metadata (see comments): > http://gist.github.com/342207
Cecil doesn't provide any way to modify mixed mode assemblies, and as such, doesn't allow you to touch the vtable entries. -- Jb Evain <[email protected]> -- -- mono-cecil To unsubscribe from this group, send email to mono-cecil+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
