1. MANUAL STATIC ANALYSIS
RETRIEVE APK
Download APK
Search for your application @ https://play.google.com/store
Copy URL (i.e: https://play.google.com/store/apps/details?id=com.whatsapp)
From the device itself
list all installed packages:
adb shell pm list packages
display apk path of package:
adb shell pm path com.x.x.x
copy the apk file to your system:
adb pull /data/data/com.x.x.x/app_name.apk
Last updated
Was this helpful?