Thread: Java APP
View Single Post
  #5  
Old 02-09-2013, 15:56
wilson bibe wilson bibe is offline
VIP
 
Join Date: Nov 2012
Posts: 506
Rept. Given: 493
Rept. Rcvd 439 Times in 180 Posts
Thanks Given: 1,166
Thanks Rcvd at 179 Times in 114 Posts
wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499 wilson bibe Reputation: 400-499
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
Reply With Quote
The Following User Says Thank You to wilson bibe For This Useful Post:
abhi93696 (06-14-2017)