Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top