-
Notifications
You must be signed in to change notification settings - Fork 0
Services
Paradis Perdu edited this page Feb 27, 2019
·
1 revision
- Review the androidmanifest.xml for services
- Are they exported?
- What custom permissions are enforced?
- Reverse engineer the services
- What do they do?
- What are the required inputs?
run app.service.info -a com.your.app
run app.service.send com.your.app com.your.app.service --msg 12345678 --exrtra string com.your.app.string "string value" --bundle-as-obj
adb shell am startservice com.your.app/.yourservicesubclassname