What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?
Asked
Active
Viewed 344 times
1 Answers
3
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.

Daniel Pryden
- 59,486
- 16
- 97
- 135
-
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
-
1I found this, perhaps it will help (haven't tried it, but it's pretty straightforward): http://blog.waltritscher.com/index.php/2006/02/25/tip-adding-reflector-to-visual-studio/ – TrueWill Sep 11 '09 at 00:20