apk反编译利器

loading / 2024-10-25 / 原文

ApkTool(https://apktool.org/docs/install)

解包:
apktool d Joker-Hub3.apk -o /Users/admin/Downloads/testapk/Joker-hub3-decode

重新打包:
apktool b Joker-hub3-decode -o /Users/admin/Downloads/testapk/Joker-hub3-Encode.apk

重新打包后无签名,需要自行签名