Download List

專案描述

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.

System Requirements

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

標籤: Minor bugfixes

2001-06-10 17:59
1.1

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.
標籤: Major feature enhancements

Project Resources