From 68a0d87514f11522de0e38fdd204c24b818cc211 Mon Sep 17 00:00:00 2001 From: Coding for fun Date: Fri, 15 Dec 2023 11:56:18 +0100 Subject: [PATCH] Add frida-tools --- setup/install_python_tools.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/install_python_tools.ps1 b/setup/install_python_tools.ps1 index 35936c5..2caf605 100644 --- a/setup/install_python_tools.ps1 +++ b/setup/install_python_tools.ps1 @@ -70,6 +70,7 @@ python -m pip install ` folium>=0.13.0 ` fonttools ` frida ` + frida-tools ` frozenlist>=1.3.3 ` geoip2>=4.6.0 ` graphviz `