Created
October 26, 2019 05:51
-
-
Save garytan/a7b5242f815c18450d6dd9844b3a2ec1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# repack | |
apktool b <apk_folder> -o <output_path> | |
# self signed certificate | |
keytool -genkey -v -keystore my-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 | |
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-key.keystore xxx.apk alias_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment