mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
2ff04ba3eabb1dd6ef66cce51838d055618bfffc
Python 2 was EOL over two years ago so we should stop supporting it. Python 3.4 to 3.6 is EOL as well so there is no reason in keeping it as well. Python 3.9 and 3.10 are new versions that we should support
frida-python
Python bindings for Frida.
Some tips during development
To build and test your own egg, do something along the following lines:
set FRIDA_VERSION=12.0.0.10.gd7c36fc # from C:\src\frida\build\tmp-windows\frida-version.h
set FRIDA_EXTENSION=C:\src\frida\build\frida-windows\Win32-Debug\lib\python2.7\site-packages\_frida.pyd
cd C:\src\frida\frida-python\
python setup.py bdist_egg
pip uninstall frida
easy_install dist\frida-12.0.0.10.gd7c36fc-py2.7-win32.egg
Description
Languages
C
65.2%
Python
33.5%
Meson
0.7%
Batchfile
0.4%
Makefile
0.2%