What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

The best equivalent is probably .NET Reflector. It doesn't plug into Visual Studio, but it can associate with .exe and .dll files so you can open it from Windows Explorer, which I find equally if not more useful.

link|improve this answer
Thanks, this is the one I am aware of. I was hoping there was something that would integrate into Visual Studio. – Taylor Leese Sep 10 '09 at 23:42
1  
I found this, perhaps it will help (haven't tried it, but it's pretty straightforward): blog.waltritscher.com/index.php/2006/02/25/… – TrueWill Sep 11 '09 at 0:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.