1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

update androguard to python3

This commit is contained in:
Greatest125
2020-12-19 10:31:52 -05:00
committed by GitHub
parent 3dda7931e0
commit 6424894c59

View File

@ -9,7 +9,7 @@ class AndroGuard(HackingTool):
TITLE = "Androguard"
DESCRIPTION = "Androguard is a Reverse engineering, Malware and goodware " \
"analysis of Android applications and more"
INSTALL_COMMANDS = ["sudo pip install -U androguard"]
INSTALL_COMMANDS = ["sudo pip3 install -U androguard"]
PROJECT_URL = "https://github.com/androguard/androguard "
def __init__(self):