是否有工具可以对 java.class 文件进行逆向工程?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/16971266/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-01 00:34:55  来源:igfitidea点击:

Is there a tool to reverse engineer a java.class file?

java

提问by tadpole

I am in jam. I accidentally rm a java file I have worked on for several days. There is no back up for it. I do however still have the .class file around.

我在果酱。我不小心 rm 了一个我已经工作了几天的 java 文件。没有任何备份。但是我仍然有 .class 文件。

I need some tool to reverse engineer this code. It does not have to be really good tool.

我需要一些工具来逆向工程此代码。它不一定是真正好的工具。

I just need something to remind me enough of what I did and I fill in the rest. Is there such tool ?

我只需要一些东西来提醒我我所做的事情,然后我填写其余部分。有这样的工具吗?

回答by Josh Maggard

JD-GUIis pretty good and should help you out.

JD-GUI非常好,应该可以帮助您。