Frida on Windows
Last updated
Last updated
Reference and content for this page taken from ->
Python3 Installation Guide on Windows 10 (zeroxinn.com)
Open the Windows command prompt and type the following command:
pip3 install Frida-tools
Frida has been successfully installed on Windows 10.
Now test the successful installation using the following command.
We see that Frida could not be identified by Windows 10.
Let’s copy the path where Frida has been installed.
Now browse to that path, and we can see that Frida is available on this path.
Now access Frida as shown in the figure below.
If you need Frida to get open from any location, copy the above path into the environment variable.