1. MANUAL STATIC ANALYSIS

RETRIEVE APK

Download APK

  1. Search for your application @ https://play.google.com/store

  2. Paste URL into one of the downloaders or one of your choice:

    1. apkcombo (recommended!!!!)

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