|
Hi Anon C
You will always use three basic tools to reverse any java app:
-WinMount any version that you have;
-JD GUI-0.3.3.windows;
-CCK Class Construction Kit;
-Opcodes - You can find here: http://cs.au.dk/~mis/dOvs/jvmspec/ref-Java.html, or you can search in google another link.
Explanation:
-WinMount: To unpack and repack a .jar file if the app use it in the complilation
-JD GUI: To look inside of the .jar files searching strings, fields.....etc
-Opcodes: To understand the commands used by java
-CCK Class: To crack the app, because always a java app it's compiled using the .class files
Regards
|