apktool stuff
This commit is contained in:
parent
ad3128859f
commit
6c1fb309bd
1 changed files with 2 additions and 1 deletions
|
|
@ -284,6 +284,7 @@ def check_smali():
|
|||
pass
|
||||
args = parser.parse_args()
|
||||
|
||||
apktool = args.apktool_jar.resolve()
|
||||
api_key = ""
|
||||
if args.api_key:
|
||||
api_key = args.api_key
|
||||
|
|
@ -330,7 +331,7 @@ def check_smali():
|
|||
"java",
|
||||
"-Xmx8G",
|
||||
"-jar",
|
||||
args.apktool_jar,
|
||||
str(apktool),
|
||||
"d",
|
||||
"app.apk",
|
||||
"-o",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue