Télécharger la liste

Description du projet

JODE is a Java package containing a decompiler and an optimizer. The decompiler takes class files as input and produces something similar to the original Java file, and the optimizer transforms class files in various ways with can be controlled by a script file. It supports the following operations: Renaming class, method, field and local names to shorter or unique names or according to a given translation table, removing debugging information, removing dead code (classes, fields, methods) and constant fields, and optimizing local variable allocation.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-11-16 22:00
1.1.1

Tags: Minor bugfixes

2001-06-10 17:59
1.1

Les longues lignes sont automatiquement rompu, la plupart des javac v8 (JDK 1.3) construit sont maintenant compris, et c'est beaucoup plus facile maintenant de décompiler paquets pot complet. Décompilation des classes internes, anonyme, et la méthode de portée a été ajoutée.
Tags: Major feature enhancements
Long lines are automatically broken, most of javac
v8 (jdk 1.3) constructs are now understood, and
it's much easier now to decompile complete jar
packages. Decompiling of inner, anonymous, and
method scoped classes has been added.

Project Resources