sensepost / objection

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

Objection patchapk manual manifest #407

Closed agreenbhm closed 3 years ago

agreenbhm commented 4 years ago

Added code to allow for a decoded manifest file to be specified when using the "--skip-resources" flag. Normally, the manifest file that is extracted is not decoded automatically when using that flag, and as a result it cannot be parsed to determine classes to inject into. By using this new "--manifest" flag, you can specify a manifest file you have extracted manually in another program and have Objection automatically determine the target class, even if apktool normally crashes when extracting resources.

leonjza commented 3 years ago

Smart! Thank you!