Re: [Q] reverse compilation from Java bytecode to Java source code

wlohmann@informatik.uni-rostock.de (Wolfgang Lohmann)
15 Dec 1996 16:18:25 -0500

          From comp.compilers

Related articles
[Q] reverse compilation from Java bytecode to Java source code jeus!sami@uunet.uu.net) (1996-12-10)
Re: [Q] reverse compilation from Java bytecode to Java source code faase@cs.utwente.nl (1996-12-15)
Re: [Q] reverse compilation from Java bytecode to Java source code wlohmann@informatik.uni-rostock.de (1996-12-15)
Re: [Q] reverse compilation from Java bytecode to Java source code Daniel.Vogelheim@post.rwth-aachen.de (1996-12-20)
| List of all articles for this month |

From: wlohmann@informatik.uni-rostock.de (Wolfgang Lohmann)
Newsgroups: comp.compilers
Date: 15 Dec 1996 16:18:25 -0500
Organization: University of Rostock
References: 96-12-084
Keywords: Java, disassemble

Kim jung jun (MD7-4194-96.8.1) (jeus!sami@uunet.uu.net) wrote:


: I am trying to reconstuct Java source code from class file.
: But I don't know how can I translate some bytecodes to structured source
: code like 'while' or 'for' syntax.


: Does anyone know the good articles from websites about reverse compiler?


You might look at
http://ourworld.compuserve.com/homepages/teleobjet/decaf.htm
for a reference. (Decaf is a Java class Decompiler written with Ada 95.)


Regards, Wolfgang
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.