IL Compiler for .NET?
Asked Answered
J

2

7

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

Jebel answered 21/11, 2009 at 1:41 Comment(0)
R
17

ilasm, it comes with the .NET Framework.

The complete reference is here.

Replicate answered 21/11, 2009 at 1:42 Comment(0)
V
0

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

I'm looking for it my self

Vogue answered 8/8, 2010 at 1:0 Comment(1)
For .Net 2.0 you need to download and install the "Microsoft .Net Framework 2.0 SDK". Then ildasm.exe is typically in C:\Program Files\Microsoft.NET\SDK\v2.0\Bin.Spatterdash

© 2022 - 2024 — McMap. All rights reserved.