Installation & Common Flags
Last updated
Last updated
The frida-tools suite comes from this repo:
Assuming you have Python 3+ installed, you can install frida-tools with the following command:
Once installed, you now have ready access to the frida tools suite.
These include:
Tool Name | Description | More Info |
frida-ps | List running processes | |
frida-trace | Seek out and trace functions en masse based on keyword searching. | |
frida | Frida REPL (Read-Eval-Print-Loop) |