Thursday, June 16, 2005 11:22 PM
Last week, I have posted Hello World example using Microsoft Intermediate Language (MSIL). The Microsoft Intermediate Language: Not Just for TurboGeeks explains how to compile IL code using notepad and Microsoft IL Assembler (ilasm.exe). Recently, ILIDE# has been released version 3, a complete development environment, helps to compile IL code into assembly. Also, it has assembly explorer, intelliSense, debugging, search and replace etc.
Also, Assembly Explorer helps to understand inside of .NET classes (similar to Reflector):
I would recommand to obfuscator assembly before production release, as it's really easy to decompile an assembly, update MSIL code functionality and recompile again.
Download: ILIDE#
Updates: ILIDE# website doesn't work anymore. If anyone needs a software, add comment with your email address.
Updates 2: You can download ILIDE# tool from: ILIDE_v3.zip