.NET Reflector is a free software utility for Microsoft .NET combining class browser, static analysis and decompiler. Reflector is commonly used by .NET developers to understand the inner workings of code libraries whose source code is unavailable. Reflector was originally created by Lutz Roeder.
External links
- Download Reflector
- Reflector Add-Ins
- Information on Obfuscation as a means to help prevent reverse engineering of .NET code
- Reflexil - an assembly editor plug-in for .NET Reflector that is able to manipulate IL code and save the modified assemblies to disk. It also supports 'on the fly' C# code injection.


