GitHub - DevDengChao/frida-python: This repository was used to contribute the PR '[Feature] Timeout and fallbacking', it has already achieved its purpose.

Skip to content

Navigation Menu

Sign in

Appearance settings

This repository was archived by the owner on Feb 28, 2020. It is now read-only.

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

About

This repository was used to contribute the PR '[Feature] Timeout and fallbacking', it has already achieved its purpose.

Resources

Readme

License

View license

Activity

Stars

0 stars

Watchers

0 watching

Forks

0 forks

Languages

  • C 79.1%
  • Python 18.7%
  • Meson 2.2%