Pages

Wednesday 5 June 2013

Android Reverse Engineering-APK Files


To Reverse Engineer apk file you need below softwares
  1. Java
  2. Dex2Jar
  3. JD-Gui (Java Decompiler)
  • Dex2Jar is used to convert .apk file to .jar file
  • jar Command is used to extract all .class files from the .jar file
  • JD-Gui tool is used to convert .class file to .java file
Step 1:














Step 2:























Step 3:
Open Java Decompiler