# frida-tools **Repository Path**: wang_t/frida-tools ## Basic Information - **Project Name**: frida-tools - **Description**: frida frida-tools clone - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Frida CLI tools CLI tools for [Frida](http://www.frida.re). ### Making dev changes to frida-tools **You do not need to build this repo** in order to make changes (for a pull request, or for local development). Simply set your PYTHONPATH environment variable to wherever you've cloned this repo to. For example, on Windows, assuming you clone to `C:\src`: git clone https://github.com/frida/frida-tools.git cd frida-tools SET PYTHONPATH=C:\src\frida-tools Now when you run frida.exe, these scripts and any changes you make will be referenced instead!