-
Notifications
You must be signed in to change notification settings - Fork 0
Debug Build
Paradis Perdu edited this page Feb 27, 2019
·
1 revision
An app could be developed as a debug build. This should not be the release build.
Check for android:debuggable within the AndroidManifest.xml
run app.package.attacksurface com.you.app
or
run app.package.debuggable
If an app is debuggable you can execute commands as the user of the application.
adb shell
run-as com.your.app
id (or other command to run)