From 05b78cf2767f7d94beb7db97d1c87327ab6fda23 Mon Sep 17 00:00:00 2001 From: iProbe Date: Sat, 7 Oct 2023 14:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'=E5=85=B6=E4=BB=96/apktoo?= =?UTF-8?q?l=E8=A7=A3=E5=8E=8B=E5=8E=8B=E7=BC=A9apk.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 其他/apktool解压压缩apk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 其他/apktool解压压缩apk.md 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