Tag Archives: ILDASM

ILMerge – A Brief Introduction

Today I read about a nice utility called ILMerge from Microsoft Research, which helps to merge .net assemblies. Normally a .Net application contains various parts, like main assembly, and various referenced assemblies either from Bin folder or from GAC. When … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio, Windows Forms | Tagged , , , , , | Leave a comment

Exploring IL Assembler

One of colleague once asked a question to me, like what is the risk by distributing the windows application without obfuscating it. The only problem I found is user can use some tools like .Net Reflector and explore our assemblies. … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Visual Studio | Tagged , , , | Leave a comment