H Hanzou Senior member Apr 29, 2003 373 0 0 Mar 8, 2004 #1 IS there anyway to extract an applet off of a web page so I can read the java code in which how it was made?
IS there anyway to extract an applet off of a web page so I can read the java code in which how it was made?
J JonTheBaller Golden Member Dec 2, 2002 1,916 0 0 Mar 8, 2004 #2 I think it's a two part process: 1. Download the .class file. 2. Decompile/reverse engineer the .class file. If you can do both of these you should be able to view the code.
I think it's a two part process: 1. Download the .class file. 2. Decompile/reverse engineer the .class file. If you can do both of these you should be able to view the code.
Z Zombie Platinum Member Dec 8, 1999 2,359 1 71 Mar 8, 2004 #3 hmm, how easy is it to reverse engineer a .class file ?