apktool stuff

This commit is contained in:
Jean-Marie Mineau 2024-11-06 11:36:38 +01:00
parent ad3128859f
commit 6c1fb309bd

View file

@ -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",