mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
ddcfbcf25d89ee976dd8ad8129668da278bf4baf
PEP 517 specify a new format for build systems and PEP 518 specify how we should require packages for our build system. Setuptools support PEP 517 so we should use it that way.
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
Description
Languages
C
65.2%
Python
33.5%
Meson
0.7%
Batchfile
0.4%
Makefile
0.2%