An open API service indexing awesome lists of open source software.

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

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.