# Installation & Common Flags

The frida-tools suite comes from this repo:

{% embed url="<https://github.com/frida/frida-tools>" %}

Assuming you have Python 3+ installed, you can install frida-tools with the following command:

```
pip install frida-tools
```

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-ps](https://summit-labs.frida.ninja/frida-tool-reference/frida-ps)       |
| frida-trace | Seek out and trace functions en masse based on keyword searching. | [frida-trace](https://summit-labs.frida.ninja/frida-tool-reference/frida-trace) |
| frida       | Frida REPL (Read-Eval-Print-Loop)                                 | [frida](https://summit-labs.frida.ninja/frida-tool-reference/frida)             |
