Skip to content

frida/frida-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29abf88 · Mar 21, 2025
Dec 12, 2024
Jul 3, 2024
Oct 10, 2024
Mar 20, 2025
Mar 21, 2025
May 31, 2024
Dec 14, 2013
Mar 22, 2024
Mar 14, 2024
Mar 14, 2024
Jul 10, 2014
May 9, 2024
Mar 14, 2024
Oct 6, 2022
Mar 14, 2024
Mar 14, 2024
Mar 14, 2024
Apr 24, 2024
Jan 14, 2023
Oct 6, 2022
May 9, 2024

Repository files navigation

frida-python

Python bindings for Frida.

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