[Mono-list] IL assembler (ilasm)

Miguel de Icaza miguel@ximian.com
13 Feb 2002 17:11:54 -0500


Hello Pinku!

> Is there, or will there be, an implementation of an IL assembler, such
> as Microsoft's ilasm tool, for Mono on Linux? As I faintly recall,
> ilasm.exe is not an assembly, it's a Windows C program. Something like
> this would be very useful, as it serves as the dual to ildasm, giving
> you round-trip assemble/disassemble. 

Yes, Sergey Chaban has worked on such a tool, and maybe at some point we
should integrate this into the distribution.  You can find his work
here:

	http://mono.eurosoft.od.ua/

Also, notice that he has implemented a Metadata library in C#, which is
much nicer than any C or COM bindings that exist out there, so this is
something that we should also encourage people to use.

Miguel.