Outer Level


Reflector for .NET

Recently, a coworker introduced me to this cool little utility for browsing and decompiling Microsoft’s .NET class framework called Reflector for .NET.

The best feature is that it doesn’t just reveal the underling IL code but it translates it into either C# or VB.NET. It also has the ability to decompile other “compiled” .NET libraries as well. A good case for obfuscation?

Comments are closed.