This may be a dumb question, but is there a compiler for IL code, similar to that shown by Reflector in IL mode?
Asked
Active
Viewed 5,780 times
2 Answers
0
yes ilasm, it comes with the .NET Framework. but you need the SDK DeComplier
I'm looking for it my self

lexdean
- 151
- 1
- 2
- 13
-
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. – RenniePet Apr 23 '11 at 00:01