android
flipkart search bar
Tuesday, 5 July 2016
Monday, 30 May 2016
How to get source code from .apk ?
step 1 : Download the apk file
http://apps.evozi.com/apk-downloader/
- Paste the package name or Play Store URL
- Click on Generate Download Link
- Then Click Download.
- save the apk file in to jvm folder
step 2 : open http://bit.ly/2crE12jAnd extract
jvm folders( dex2jar-2.1, aapt.exe ,apktool.bat,apktool.jar,jd-gui.exe )
step 4 : copy apk file apk-file-name.apk and rename test.zip and extract zip
step 5 : Open jd-gui and open file select classes.dex and enter again open file and save
http://bit.ly/2crE12j
step 3 : open jvm folder and remove url path an folder write cmd and enter
or
open cmd (command prompt) change directory to the folder where u have to jvm folder
or
(select jvm folder and shit+right click in jvm folder to open command prompt there – a shortcut)
run this command - apktool decode apk-file-name.apk
or
All Resource files ( media files, xml files )and AndroidManifest.xml inside
your apk file(apk-file-name) folder
step 4 : copy apk file apk-file-name.apk and rename test.zip and extract zip
and open test folder and copy classes.dex
and open jvm folder and again open dex2jar-2.1 and paste classes.dex file in to dex2jar-2.1
select dex2jar-2.1 shift+right click in dex2jar-2.1 folder to open
command prompt there - a shortcut
type d2j-dex2jar classes.dex and you will get a file classes-dex2jar.jar file in dex2jar folder.
step 5 : Open jd-gui and open file select classes.dex and enter again open file and save
all resource files and save it file and change name to src
exrtact src file you will get src folder all the .java files for that apk
download jvm folder below link
http://bit.ly/2crE12j
Subscribe to:
Posts (Atom)