Re: How easy is it to reverse engineer a java program?
- From: "George Cherry" <GWCherryHatesGreenEggsAndSpam@xxxxxxxxxxxx>
- Date: Sun, 31 Jul 2005 02:13:53 -0400
"Roedy Green" <look-on@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:otaoe110gf35g694tmhsb40l7ctfjdesd9@xxxxxxxxxx
> See http://mindprod.com/jgloss/decompiler.html
> http://mindprod.com/jgloss/disassembler.html
> http://mindprod.com/jgloss/obfuscator.html
Thanks for the links to decompiler sources. Does it bother
you that the outputs from the DJ Java Decompiler cannot
be compiled? For example, if one decompiles a Java class
that uses enum, you can't compile the Java code. Right off the
bat you're nixed by the compiler because the decompiled
code explicitly extends Enum. There are numerous other
no-no's in the decompiled code. The decompiled code looks
VASTLY different from the original Java source. It appears
that the Java compiler has very different rules for itself and
for us. It's illuminating (if troubling to me) to peruse the
decompiled code and compare it to the original Java code.
My, you're busy nowadays. Are you taking bupropion?
George W. Cherry
.
- Follow-Ups:
- Re: How easy is it to reverse engineer a java program?
- From: Tim Tyler
- Re: How easy is it to reverse engineer a java program?
- From: Roedy Green
- Re: How easy is it to reverse engineer a java program?
- From: steve
- Re: How easy is it to reverse engineer a java program?
- References:
- How easy is it to reverse engineer a java program?
- From: C. Gardiner
- Re: How easy is it to reverse engineer a java program?
- From: Roedy Green
- How easy is it to reverse engineer a java program?
- Prev by Date: Re: Question about sample Java application
- Next by Date: Re: Generics error messages
- Previous by thread: Re: How easy is it to reverse engineer a java program?
- Next by thread: Re: How easy is it to reverse engineer a java program?
- Index(es):
Relevant Pages
|