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

Commits on Jun 17, 2022

  1. Better Windows support and multi-package APK helpers, also download/i…

    …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 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    0c0474b View commit details
    Browse the repository at this point in the history