aboutsummaryrefslogtreecommitdiff
path: root/java/jd-gui-duo/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/jd-gui-duo/pkg-descr')
-rw-r--r--java/jd-gui-duo/pkg-descr16
1 files changed, 11 insertions, 5 deletions
diff --git a/java/jd-gui-duo/pkg-descr b/java/jd-gui-duo/pkg-descr
index 5b0a5c04ef5d..815fa89f8775 100644
--- a/java/jd-gui-duo/pkg-descr
+++ b/java/jd-gui-duo/pkg-descr
@@ -1,6 +1,12 @@
-The Java Decompiler project aims to develop tools in order to
-decompile and analyze Java 5 byte code and later versions.
+A multi-decompiler standalone desktop GUI supporting JD-Core V0 & V1, CFR,
+Procyon, Fernflower, Vineflower & Jadx.
-JD-GUI is a standalone graphical utility that displays Java source
-codes of .class files. You can browse the reconstructed source code
-with the JD-GUI for instant access to methods and fields.
+Initially a duo of decompilers were supported (JD-Core v0 & v1), but now other
+decompilers are supported with the transformer-api project. JD-Core v0 and v1
+are 2 different decompilers rather than 2 different versions of the same one.
+They use a different algorithm:
+ * JD-Core v0 uses byte code pattern matching like JAD, the 1st Java decompiler
+ * JD-Core v1 uses an analytical algorithm like Fernflower, the 1st analytical
+ decompiler
+
+This project is built on top of original JD-GUI written by Emmanuel Dupuy.