Ole André Vadla Ravnås b335d86fd5 Update to the new core API
2018-05-02 02:57:41 +02:00
2018-05-02 02:57:41 +02:00
2018-05-02 02:57:41 +02:00
2017-05-10 14:34:50 +02:00
2013-12-14 22:32:47 +01:00
2017-07-12 14:02:59 +02:00
2017-05-20 03:43:39 +02:00
2017-05-30 02:39:56 +02:00
2017-05-30 02:39:56 +02:00
2017-05-20 03:19:58 +02:00
2017-08-12 12:57:00 +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=10.3.1.10.gd7c36fc # from c:\temp\frida\build\tmp-windows\frida-version.h
set FRIDA_EXTENSION=c:\temp\frida\build\frida-windows\Win32-Debug\lib\python2.7\site-packages\_frida.pyd
cd C:\Temp\frida\frida-python\src\
python setup.py bdist_egg
pip uninstall frida
easy_install dist\frida-10.3.1.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%