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) |
From: | faase@cs.utwente.nl (Frans F.J. Faase) |
Newsgroups: | comp.compilers |
Date: | 15 Dec 1996 15:49:25 -0500 |
Organization: | University of Twente, Dept. of Computer Science |
References: | 96-12-084 |
Keywords: | Java, disassemble, question |
(Kim jung jun (MD7-4194-96.8.1)) wrote
that he is trying to reconstuct Java source code from class file.
What you are looking for is an algorithm which reconstruct the flow-control
of the original program. A extensive description of such an algorith
is implemented in the dcc decompiler. Please look at:
http://www.cs.uq.edu.au/groups/csm/dcc.html
For more information about decompiling:
http://www.cs.utwente.nl/~faase/Ha/decompile.html
--
Frans J. Faase <faase@cs.utwente.nl>
Information Systems Group, Department of Computer Science, University of Twente
http://www.cs.utwente.nl/~faase/ : Christian, hacker, and on-line diarist
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.