반응형
Create jks key (mac)
$ keytool -genkey -v -keystore ~/aos.jks -keyalg RSA -keysize 2048 -validity 10000 -alias upload -storetype JKS
apktool Decompile Command
$ apktool d -r --only-main-classes test3.apk
apktool Compile Command
$ apktool b -r --only-main-classes base -o new_base.apk
APK Sign Command
$ zipalign -f -v 4 ./dis.apk ./aligend.apk
$ apksigner sign -v --out ./signed.apk --ks ./aos.jks ./aligend.apk
반응형
'Hack > Mobile' 카테고리의 다른 글
[Android] java.net.URL Parsing 취약점 (0) | 2022.12.16 |
---|---|
Galaxy A12(A125N) Rooting With Magisk Without TWRP (0) | 2022.10.29 |
[Android] Content Provider 취약점 (0) | 2022.08.10 |
[Android] DeepLink 취약점 (WebView Hijacking Via DeepLink) (0) | 2022.08.07 |
[iOS] Frida에서 Fat Binary File Offset 잡기 (0) | 2022.04.24 |
댓글