ZeroCold Posted October 13, 2013 Report Posted October 13, 2013 Tools Required:Dex2jar : It is a tool which is used when working with android .dex and java .jar files.Jd-gui : This tool opens up the entire coding of .apk file.You can Download both these tools from here.In this article I will be taking example of faceniff.apk, but you can take any app of your choice.Steps involved in reverse engineering android app:Change the extension of android app to “faceniff.apk.zip“.Unzip the file using any unzipping software.Now open the command prompt and type “cd “.Then type “cd c:androiddex2jar-0.0.9.7?. (Here “C:androiddex2jar-0.0.9.7” is the path of dex2jar tool in my drive, this may be different for you). Press enter.Now type “dex2jar c:androidFaceniffclasses.dex“. Here “c:androidFaceniffclasses.dex” is the path of the classes.dex file which your will surely be in the extracted folder of the android app.You will notice a new executable jar file in the unzipped folder of app. Now open that app with “jd.gui” and you will be able to see the source code of android app.Credite: Shikil Sharma Quote
cosminkent Posted October 18, 2013 Report Posted October 18, 2013 Nothing HereThe file you're looking for has been deleted or moved. Quote
NO-MERCY Posted October 27, 2013 Report Posted October 27, 2013 thanks ZeroCold good tut Nothing HereThe file you're looking for has been deleted or moved.dex2jardex2jar-0.0.9.15.zip - dex2jar - dex2jar-0.0.9.15 - Tools to work with android .dex and java .class files - Google Project Hostingsource : dex2jar - Tools to work with android .dex and java .class files - Google Project Hostingjd-gui-0.3.3.windowshttp://innlab.googlecode.com/files/jd-gui-0.3.3.windows.zipsource : jd-gui-0.3.3.windows.zip - innlab - jd-gui-0.3.3.windows - Android Demo - Google Project Hostingbest regrads Quote