IL Compiler for .NET?

5.9k Views Asked by At

This may be a dumb question, but is there a compiler for IL code, similar to that shown by Reflector in IL mode?

2

There are 2 best solutions below

0
On BEST ANSWER

ilasm, it comes with the .NET Framework.

The complete reference is here.

1
On

yes ilasm, it comes with the .NET Framework. but you need the SDK DeComplier

I'm looking for it my self