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

Better Windows support and multi-package APK helpers, also download/install apk commands #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mitchcapper
Copy link

Added some new options:
--download-apk --download apk(s) for a package direct from the phone
--install-apk --install the final apk generated onto the phone
--set-apk-debuggable --set the debug flag for the generated apk

--no-add-frida-lib -- don't add the actual binary file to the apk (incase it should be in an lib apk)
--no-patch-main -- don't try to find and patch the entry point, for a multi-apk package only the main apk should be patched
--just-sign -- simplify signing for apks we didn't touch but get used in the package

Some tweaking to make it compatible for windows and launchers for powershell and command line.

…nstall apk commands

Added some new options:
`--download-apk`  --download apk(s) for a package direct from the phone
`--install-apk`  --install the final apk generated onto the phone

`--no-add-frida-lib` -- don't add the actual binary file to the apk (incase it should be in an lib apk)
`--no-patch-main` -- don't try to find and patch the entry point, for a multi-apk package only the main apk should be patched
`--just-sign` -- simplify signing for apks we didn't touch but get used in the package

Some tweaking to make it compatible for windows and launchers for powershell and command line.
@mitchcapper
Copy link
Author

Note as I had to remove the shell redirect commands (as they are not supported in the same way on windows) it may be for verbose than before. If an issue we could capture the stdout/err and just ignore it in the script.

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.

1 participant