sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

Unable to determine launchable activity #483

Closed AndreMPCosta closed 3 years ago

AndreMPCosta commented 3 years ago

Describe the bug When trying to patch an apk I get this message: Exception: Unable to determine launchable activity

To Reproduce Steps to reproduce the behavior:

  1. Run command 'objection patchapk --source 132.apk --architecture armeabi-v7a'

Expected behavior It should patch the apk I guess.

Evidence / Logs / Screenshots image

Environment (please complete the following information):

leonjza commented 3 years ago

The error means it doesnt know where the app starts. Specify a class with the --target-class flag.