You've already forked hackingtool
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:
@ -9,7 +9,7 @@ class AndroGuard(HackingTool):
|
|||||||
TITLE = "Androguard"
|
TITLE = "Androguard"
|
||||||
DESCRIPTION = "Androguard is a Reverse engineering, Malware and goodware " \
|
DESCRIPTION = "Androguard is a Reverse engineering, Malware and goodware " \
|
||||||
"analysis of Android applications and more"
|
"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 "
|
PROJECT_URL = "https://github.com/androguard/androguard "
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
Reference in New Issue
Block a user