egox 发表于 2013-2-3 10:28:31

Java Decompiler

反编译软件,包括JD-GUI和JD-Eclipse
 
官方地址:http://java.decompiler.free.fr/
 
个人感觉挺不错的,当然,我没有用过别的反编译软件,不好对比。
 
JD-Eclipse Install (Eclipse 3.6 )

[*]From the Help menu in Eclipse, select Install New Software... to open an Install dialog window (shown below).

http://java.decompiler.free.fr/sites/default/images/installpopup36.png
[*]Add a new repository to add JD-Eclipse plug-in:
[*]Click on the Add... button to open the New Repository dialog window.
[*]Type JD-Eclipse Update Site in the site Name text box.
[*]In the URL text box, type the URL for the JD-Eclipse update site: http://java.decompiler.free.fr/jd-eclipse/update (shown below) and click OK.

http://java.decompiler.free.fr/sites/default/images/addrepositorypopup36.png

[*]Check boxes "Java Decompiler Eclipse Plug-in" and "JD-Eclipse Plug-in", and click on Next buttons.
[*]Choose the option to accept the terms of the license agreement (shown below).

http://java.decompiler.free.fr/sites/default/images/licensepopup36.png
[*]Click on the Finish button.
[*]On the Selection Needed dialog window, click on the Select All and Ok buttons.
[*]Restart Eclipse.
页: [1]
查看完整版本: Java Decompiler