Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2008 23:30:32 -0500
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Gary Kline <kline@thought.org>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: java decoder?
Message-ID:  <1203395432.32200.38.camel@shumai.marcuscom.com>
In-Reply-To: <200802181733.45990.kline@thought.org>
References:  <200802181733.45990.kline@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-t0xUO3HC8xNJjpYIXD6Z
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable


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

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

--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-t0xUO3HC8xNJjpYIXD6Z
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (FreeBSD)

iEYEABECAAYFAke6W2cACgkQb2iPiv4Uz4fxVwCdFlAE5C31J2tirSJQLBLEzUNX
sdoAn1fFeORDV95rQl++8KIg4I02efDG
=2UNc
-----END PGP SIGNATURE-----

--=-t0xUO3HC8xNJjpYIXD6Z--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1203395432.32200.38.camel>