java decoder?

Joe Marcus Clarke marcus at marcuscom.com
Tue Feb 19 04:30:36 UTC 2008


On Mon, 2008-02-18 at 17:33 -0800, Gary Kline wrote:
> Guys,
> 
> I doubt this but is there anything that will take a foo.jar and turn in back 
> into java?  Or at least assembler?   

A jar is an archive which contains multiple Java class files.  So you
will need to extract the class files first (e.g. jar -xf foo.jar).

Once you have a class file or files you can use java/jad to decompile
the byte code back to .java source code.

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20080219/8967a0d1/attachment.pgp


More information about the freebsd-questions mailing list