# frida-python **Repository Path**: jeady5/frida-python ## Basic Information - **Project Name**: frida-python - **Description**: 原仓库归 https://github.com/frida 所有,fork至此,仅为方便国内学习使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-25 - **Last Updated**: 2023-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: Frida ## README # frida-python Python bindings for [Frida](https://frida.re). # Some tips during development To build and test your own wheel, do something along the following lines: ``` set FRIDA_VERSION=16.0.1-dev.7 # from C:\src\frida\build\tmp-windows\frida-version.h set FRIDA_EXTENSION=C:\src\frida\build\frida-windows\x64-Release\lib\python3.10\site-packages\_frida.pyd cd C:\src\frida\frida-python\ pip wheel . pip uninstall frida pip install frida-16.0.1.dev7-cp34-abi3-win_amd64.whl ```