dex2jar和apktool的使用

1、apktool

apktool d $path\aaa.apk $path\document


2、dex2jar

dex2jar $path\classes.dex

你可能感兴趣的:(dex2jar和apktool的使用)