Skip to content

Instantly share code, notes, and snippets.

@coralieco
Created January 16, 2019 15:22
Show Gist options
  • Save coralieco/8cb962a74b34a904e0e4717944cedf1b to your computer and use it in GitHub Desktop.
Save coralieco/8cb962a74b34a904e0e4717944cedf1b to your computer and use it in GitHub Desktop.
Apk Tool

How to read static fields from an APK

First install apktool

brew install apktool

Second run the command

apktool d PATH_TO_THE_APK_FILE

A file has been created at your current location.

Then, open the file to read it

open NEW_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment