Skip to content

Instantly share code, notes, and snippets.

@deepakpk009
Created November 8, 2019 08:42
Show Gist options
  • Save deepakpk009/5e763f8d4b6e5213490032b77db44bf6 to your computer and use it in GitHub Desktop.
Save deepakpk009/5e763f8d4b6e5213490032b77db44bf6 to your computer and use it in GitHub Desktop.
How to check if APK is signed or “debug build”?
If you want to check an APK statically, you could use
aapt dump badging /path/to/apk | grep -c application-debuggable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment