[Mono-dev] monodis implemented with Cecil
Jb Evain
jbevain at gmail.com
Wed Apr 6 01:08:20 EDT 2011
Hi Chris,
On Wed, Apr 6, 2011 at 1:29 AM, Chris Seaton <chris at chrisseaton.com> wrote:
> If anyone has the time I would appreciate an early code review to check that it will fit into mono and could be merged in the future.
As I wrote in my earlier mail, there's a lot of code that can be lifted from:
https://github.com/mono/cecil/tree/master/ildasm
This code probably needs only a bit of cleanup and a port to the
updated Cecil API.
> I'm still not sure about the build and test systems so that might require some attention in the future.
ildasm should be in mcs/tools, ilasm is in mcs just for historical
reasons. Also I don't think we should require python for the tests, a
simple Makefile should be enough.
Jb
More information about the Mono-devel-list
mailing list