DengChao 581111cd07 Look for a local .egg before hitting the network
To speed things up in situations where the network path is expected to
fail.
2020-02-28 05:53:46 +01:00
2020-02-26 22:50:41 +01:00
2020-02-26 22:50:41 +01:00
2013-12-14 22:32:47 +01:00
2018-08-20 23:23:44 +02:00
2017-05-20 03:43:39 +02:00
2019-08-08 20:58:38 +02:00

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
S
Description
Automated archival mirror of github.com/frida/frida-python
Readme 2.3 MiB
Languages
C 65.2%
Python 33.5%
Meson 0.7%
Batchfile 0.4%
Makefile 0.2%