.NET Reflector
From Wikipedia, the free encyclopedia
.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 created by Lutz Roeder.
[edit] External links
- Download Reflector
- Reflector Add-Ins
- Thwart Reverse Engineering of Your Visual Basic .NET or C# 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.