skip already analyse apk in smalli check

This commit is contained in:
Jean-Marie Mineau 2024-11-25 10:35:50 +01:00
parent 626d6fedb8
commit 6eb027550b
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2

View file

@ -400,6 +400,8 @@ def check_smali():
# )
# )
sha256 = args.sha256
if args.output_dir and (args.output_dir / sha256).exists():
return
data = {}
with tempfile.TemporaryDirectory() as tmpdirname:
d = Path(tmpdirname)