What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?
|
feedback
|
|
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. | |||||||
feedback
|