简体   繁体   English

将.class文件/ s转换为.jar文件的.java文件

[英]convert .class file/s to .java file/s of .jar file

how can i convert?? 我怎么能转换? .class file to .java file/s to see source code of .jar file (which is mobile app on midp 2.0) .class文件到.java文件/ s以查看.jar​​文件的源代码(这是midp 2.0上的移动应用程序)

how can i convert ? 我怎么能转换?

I would suggest using a decompiler such as JAD. 我建议使用像JAD这样的反编译器。 However, if the code has been obfuscated, this may not be very useful. 但是,如果代码已被混淆,这可能不是很有用。

使用像这样的Java反编译器。

Adding to the previous answers: recently, a new wave of decompilers is coming, namely Procyon, CFR, JD, Fernflower 加上以前的答案:最近,新的反编译浪潮即将到来,即Procyon,CFR,JD,Fernflower

Here's a list of decompilers as of 2015: 以下是截至2015年的反编译列表:

  • Procyon 南河
  • CFR CFR
  • JD JD
  • Fernflower Fernflower

You may test above mention decompilers online, no installation required and make your own educated choice. 您可以在线测试上面提到的反编译器,不需要安装,并做出自己的教育选择。 Modern java decompilers in the cloud: http://www.javadecompilers.com/ 云中的现代java反编译器: http //www.javadecompilers.com/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM