mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-24 09:28:43 +00:00
update androguard to python3
This commit is contained in:
parent
3dda7931e0
commit
6424894c59
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue