skip already analyse apk in smalli check
This commit is contained in:
parent
7a83e118a3
commit
fc38321d09
1 changed files with 2 additions and 0 deletions
|
|
@ -400,6 +400,8 @@ def check_smali():
|
||||||
# )
|
# )
|
||||||
# )
|
# )
|
||||||
sha256 = args.sha256
|
sha256 = args.sha256
|
||||||
|
if args.output_dir and (args.output_dir / sha256).exists():
|
||||||
|
return
|
||||||
data = {}
|
data = {}
|
||||||
with tempfile.TemporaryDirectory() as tmpdirname:
|
with tempfile.TemporaryDirectory() as tmpdirname:
|
||||||
d = Path(tmpdirname)
|
d = Path(tmpdirname)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue