PDA

View Full Version : Really noob question


Johnn
02-17-04, 04:33 PM
Ive never done any java but im doing the hacking game on www.try2hack.nl and ive got to decode a .class file and thats java... I downloaded some dev kit but I just cant find how to open that .class file to see the source.. anyone can help?
thanks

Rob_Darkins
06-13-04, 02:08 PM
You can download "jad". Which is a decompiler for java .class 's.
search for "jad.exe" on the net.

G luck with the "wanna-be hacking stuff".

Rob Darkins.

Ive never done any java but im doing the hacking game on www.try2hack.nl and ive got to decode a .class file and thats java... I downloaded some dev kit but I just cant find how to open that .class file to see the source.. anyone can help?
thanks

Iron_Cross
06-20-04, 09:19 AM
I'd recomend searching for DJ Decompiler. You can search google for it, and you should fine quite a few sites. This decompiler is extremely user friendly as well as acurate. So try that.

Sharon White
06-26-04, 07:40 PM
The website for jad.exe is:

http://kpdus.tripod.com/jad.html

Might try:

www.javaworld.com

to look for other stuff.