Commonly used decompilation tools are:
JAD Java Decompiler Download Mirror
Http://varaneckas.com/jad/
JadClipse
Http://jadclipse.sourceforge.net/wiki/index.php/Main_Page
1. Unzip the plugin and put it in the \ dropins folder of Eclipse
2. After successful installation, set the jad file path in Preferences-Java-JadClipse (no need to set when putting jad.exe and net.sf.jadclipse_3.3.0.jar together)
3. [Need to make sure] The default viewer for * .class and * .class without source in General-Editors-File Associations is JadClipse ...
Version: net.sf.jadclipse_3.3.0.jar (modified date 2007) + jad158g.win (modified date 2001? 2006?
Effect: When decompilation fails, many throw new RuntimeException ("Stub!"); May be because the decompilation component version is too old and has little reference value.
Public String getXXX ()
{
Throw new RuntimeException ("Stub!");
}
Java Decompiler
Http://jd.benow.ca/
Java Optimize and Decompile Environment (JODE)
http://sourceforge.net/projects/jode/?source=recommended
1. Installation and use of the Jode Eclipse plug-in
Http://www.cnblogs.com/m-cnblogs/archive/2010/10/11/2708737.html
2.JodeEclipse | Eclipse plug-in
http://sourceforge.net/projects/jodeeclipse/?source=navbar
at:2014 year August 15 16:17:33
By:asiontang