diff --git a/其他/apktool解压压缩apk.md b/其他/apktool解压压缩apk.md new file mode 100644 index 0000000..c4331fd --- /dev/null +++ b/其他/apktool解压压缩apk.md @@ -0,0 +1,10 @@ +```shell +# 需要下载apktool_*.jar及脚本apktool +# https://apktool.org/docs/install +# +# 解压 +apktool d xxx.apk --only-main-classes + +# 压缩 +apktool b xxx +``` \ No newline at end of file