Skip to content
/ ecd Public
forked from ecd-plugin/ecd

An Eclipse Plugin to integrate different Class Decompiler seamlessly into the development workflow

License

Notifications You must be signed in to change notification settings

nbauma109/ecd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeQL Update version Github Release

Downloads from Github releases :

Github Downloads (all releases) Github Downloads (latest release)

Downloads from Jitpack :

Jitpack Downloads Jitpack Downloads

Download from Jitpack

Enhanced Class Decompiler

Enhanced Class Decompiler integrates JD, FernFlower, Vineflower, CFR, Procyon seamlessly with Eclipse and allows Java developers to debug class files without source code directly. It also integrates with the eclipse class editor, m2e plugin, supports Javadoc, reference search, library source attaching, byte code view and the syntax of JDK8 lambda expression.

Description

Enhanced Class Decompiler is a plug-in for the Eclipse platform. It integrates JD, FernFlower, Vineflower, CFR, Procyon seamlessly with Eclipse, allows you to display all the Java sources during your debugging process, even if you do not have them all, and you can debug these class files without source code directly.

Why is this plug-in "enhanced"?

This is an ad-free fork of the Eclipse Decompiler Plugin. So we enhanced it by removing all code which might compromise your privacy or security (to the best of our knowledge).

How to install Enhanced Class Decompiler?

Drag and Drop installation:

If you have currently the "Eclipse" Class Decompiler installed, it is recommended to uninstall that plug-in first and remove the corresponding update site from your Eclipse installation.

  1. Launch Eclipse,
  2. Click on "Help > Install New Software...",
  3. Drag and Drop enhanced-class-decompiler-x.y.z.zip
  4. Check the components to install,
  5. Click on "Next" and "Finish" buttons.
  6. A warning dialog windows appear because plug-in is not signed. Click on "Install anyway" button.

How to check the file associations?

  1. Click on "Window > Preferences > General > Editors > File Associations"
  2. "*.class" : "Class Decompiler Viewer" is selected by default.
  3. "*.class without source" : "Class Decompiler Viewer" is selected by default.

How to configure Enhanced Class Decompiler?

  1. Click on "Window > Preferences > Java > Decompiler"

Source attach:

You may configure a private Nexus repository with credentials (user/password) to download and attach sources automatically :

image

You may select from a list of available public repositories :

image

You may use this option "Wait for sources to be downloaded before trying to decompile" to avoid decompiling code for which you have sources.

image

Use this icon to switch decompiler while a class file is still open. Once a file is closed and re-opened, the source is cached, it is no more possible to switch decompiler.

image

How to uninstall Enhanced Class Decompiler?

  1. Click on "Help > About Eclipse > Installation Details > Installation Software",
  2. Select "Enhanced Class Decompiler",
  3. Click on "Uninstall...".

How to build from source?

Requiremnent: JDK 11 or newer (make sure JAVA_HOME environment variable points to an appropriate JDK)

If you want to test the latest features of this plugin, you have to build it from source. For this, proceed as following:

  1. git clone https://github.com/ecd-plugin/ecd
  2. git clone --depth 1 https://github.com/ecd-plugin/update next to this project
  3. Run mvn clean package

If you want to use Eclipse and help developing, continue like this:

  1. Install Eclipse for RCP and RAP Developers
  2. Import all projects into Eclipse by selecting File > Import > General > Existing Projects into Workspace > Next and enter the parent of the cloned directory as "root directory".
  3. Open the org.sf.feeling.decompiler.updatesite project in the Package Explorer
  4. Open the file site.xml within the project
  5. Press "Build All"
  6. Copy the jar files generated in the build/features and build/plugins folder of the project into the correspondent folders of your normal Eclipse installation.

Plugin Signature

Since version 3.3.0 ECD is signed by a self-signed 4096 bit RSA key:

  • Subject: CN=ECD Software Distribution,OU=ECD,O=ECD
  • SHA-1 fingerprint: 2D DB EE 7E 07 32 EB 0D 7C F2 FF C6 68 A0 C4 B8 B9 58 40 29
  • SHA-256 fingerprint: 8A 68 55 D3 91 B7 6F 95 DA D1 1E DF 1C 38 8D 38 F1 8A 0C A2 97 E5 12 85 DD 5B 05 9C C3 21 1B D4
  • Certificate file: ecd.cer

Licenses

The main plugin and the org.sf.feeling.decompiler.jd project are licensed under GPL 3, the other feature plugins are licensed under the Eclipse Public License v1.0

Code partially based on:

Used libraries:

Contributors

  • Chen Chao (cnfree2000@hotmail.com) - initial API and implementation
  • Robert Zenz
  • Pascal Bihler
  • Nick Lombard
  • Jan Peter Stotz

About

An Eclipse Plugin to integrate different Class Decompiler seamlessly into the development workflow

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 52.5%
  • HTML 47.2%
  • Other 0.3%