Re: Source code for a particular instruction
SianLun Lau <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.user |
|---|---|
| Organization | Comtec Uni Kassel |
| Message-ID | <20041109083543.000038dd@wl-lt> |
On Mon, 8 Nov 2004 23:24:21 +0000 (UTC) Rags <[email protected]> wrote: > How to get source code from bytecode?. I tried > Utility.codeToString(...) but > it only gives in JVM instructions. I want source code for specific > instruction(s) in the byte code. Is there any facility to do that > without reverse engineering whole bytecode?. i use jad for getting the source code out of the class files. http://kpdus.tripod.com/jad.html SL