https://github.com/bannsec/enableapkdebugging
Application to simplify apk->apk w/ debugging enabled
https://github.com/bannsec/enableapkdebugging
Last synced: 10 days ago
JSON representation
Application to simplify apk->apk w/ debugging enabled
- Host: GitHub
- URL: https://github.com/bannsec/enableapkdebugging
- Owner: bannsec
- Created: 2015-09-26T17:38:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-26T17:46:42.000Z (almost 11 years ago)
- Last Synced: 2025-10-20T09:56:45.438Z (9 months ago)
- Language: Shell
- Size: 5.62 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#What is it
enableAPKDebugging is a script that will take any apk as an input, recompile, sign, and align the output. This means in one command you now get a version of the apk that can be installed and will allow for debugging.
#Usage
enableAPKDebugging.sh App.apk
Output will be App_debugging.apk.
Now just install it:
adb install App_debugging.apk
Done.