Better Windows support and multi-package APK helpers, also download/install apk commands #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 packageSome tweaking to make it compatible for windows and launchers for powershell and command line.