[gelöst] Java Decompiler

Du suchst ein Programm für einen bestimmten Zweck?
Antworten
kryzir
Beiträge: 178
Registriert: 22.09.2007 22:11:33

[gelöst] Java Decompiler

Beitrag von kryzir » 30.04.2008 10:40:21

Da jad, jode und ihresgleichen etwas veraltet sind und nicht mehr in den aktuellen repos zu finden sind, bin ich auf einen post in einem anderem Forum gestoßen in dem ein 1A Java Decompiler vorgestellt wurde.

Ich möchte diesen Decompiler gerne etwas verbreiten und denen vorstellen die auf der Suche danach waren, villeicht kann es ja der ein oder andere gebrauchen.

Main Features:

Code: Alles auswählen

    *  JD-Core and JD-GUI are written in C++. This allows an extremely fast decompilation and a display.
    * JD-Core does not require the Java runtime environment for its functioning, therefore no special setup is required.
    * JD-Core works with most current compilers including the following:
          o jdk1.1.8
          o jdk1.3.1
          o jdk1.4.2
          o jdk1.5.0
          o jdk1.6.0
          o jikes-1.22
          o harmony-jdk-r533500
          o Eclipse Java Compiler v_677_R32x, 3.2.1 release
          o jrockit90_150_06
    * JD-Core supports the following new features of Java 5:
          o Annotations
          o Generics
          o Type “enum”
    * JD-GUI supports Drag and Drop.
    * JD-GUI supports JAR files.
    * JD-GUI displays color coded Java source code.
    * JD-GUI allows you to browse the “class” files hierarchy.
    * JD-Core and JD-GUI use the excellent cross-platform wxWidgets toolkit.
http://java.decompiler.free.fr/

Antworten