pypi package 'frida'

Popularity: Medium (more popular than 90% of all packages)
Description: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers
Installation: pip install frida
Last version: 16.0.10 (Download)
Homepage: https://frida.re
Size: 20,057.72 kB
License: wxWindows Library Licence, Version 3.1
Keywords: frida, debugger, dynamic, instrumentation, inject, javascript, windows, macos, linux, ios, iphone, ipad, android, qnx

Activity

Last modified: February 17, 2023 7:36 AM (7 months ago)
Versions released in one year: 11
Weekly downloads: 16,178
10/02/202212/18/202203/05/202305/21/202308/06/2023015,00030,00045,00060,00001234released versions / week
  • Versions released
  • Weekly downloads

Readme

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