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

Tags: Minor bugfixes

2001-06-10 17:59
1.1

긴 라인을 자동으로 V8 엔진 javac (는 JDK 1.3의 대부분) 지금 구성을 이해하는 고장이며, 그것을 훨씬 더 쉽게이 완료 병 패키지를 분해하는 방법. 익명, 내면과 방법을 봐줘서 decompiling 클래스에 추가되었습니다.
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