相当于 JAD 的 C# 是什么?
相当于Java的JAD的C#是什么?有没有类似于Eclipse的JadClipse的VS插件?
What is the C# equivalent to Java's JAD and is there a VS plugin similar to Eclipse's JadClipse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好的等效项可能是 .NET Reflector。它不插入 Visual Studio,但它可以与 .exe 和 .dll 文件关联,因此您可以从 Windows 资源管理器打开它,我发现它同样有用(如果不是更有用)。
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.