Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Objection patchapk manual manifest #407

Merged

Conversation

agreenbhm
Copy link
Contributor

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
Copy link
Member

leonjza commented Feb 17, 2021

Smart! Thank you!

@leonjza leonjza merged commit 9370002 into sensepost:master Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants