This may be a dumb question, but is there a compiler for IL code, similar to that shown by Reflector in IL mode?
+9
A:
ilasm, it comes with the .NET Framework.
The complete reference is here: http://msdn.microsoft.com/en-us/library/496e4ekx.aspx
CesarGon
2009-11-21 01:42:46
A:
yes ilasm, it comes with the .NET Framework. but you need the SDK DeComplier
I'm looking for it my self
lexdean
2010-08-08 01:00:45