LogoLogo
CtrlK
XGitHubLinkedInInstagram
  • About Me
  • Index
  • First Android App
  • ADB
  • The INTERNET Permission
  • Installing Certificate in User Store
  • Installing system certificates
  • Install system certificates on android 14
  • apktool (for patching and decompiling)
  • Advanced Network interception using VPN
  • DNS Spoofing and Transparent Proxy
  • HTTP Mock
  • APK
  • Static analysis
    • Getting APK from a Device
  • Case Study: A Weather App
  • Frida & Objection
  • Frida Scripts
    • Tracing Activities
    • Tracing Fragments
  • Frida Trace
  • SSL Validation Bypasses
    • Bypassing SSL Pinning with Objection
Powered by GitBook
On this page

Was this helpful?

  1. Static analysis

Getting APK from a Device

adb shell pm list packages -3
  • To list all third party packages name

adb shell pm path <package_name>
  • To get the path of the required package

adb pull <path_to_apk>
  • To get the apk to your local computer


PreviousStatic analysisNextCase Study: A Weather App

Last updated 1 month ago

Was this helpful?