first commit
This commit is contained in:
commit
cd1e91bb99
287 changed files with 86425 additions and 0 deletions
8
rasta_exp/docker/androguard/v3_3_5/main.py
Normal file
8
rasta_exp/docker/androguard/v3_3_5/main.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from androguard.misc import AnalyzeAPK
|
||||
import sys
|
||||
|
||||
a, d, dx = AnalyzeAPK(sys.argv[1])
|
||||
|
||||
print(
|
||||
"ee3d6c7015b83b3dc84b21a2e79506175f07c00ecf03e7b3b8edea4e445618bd: END OF ANALYSIS."
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue