Metadata-Version: 2.1 Name: frida Version: 16.1.3 Summary: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers Home-page: https://frida.re Author: Frida Developers Author-email: oleavr@frida.re License: wxWindows Library Licence, Version 3.1 Keywords: frida debugger dynamic instrumentation inject javascript windows macos linux ios iphone ipad android qnx Classifier: Development Status :: 5 - Production/Stable Classifier: Environment :: Console Classifier: Environment :: MacOS X Classifier: Environment :: Win32 (MS Windows) Classifier: Intended Audience :: Developers Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved Classifier: Natural Language :: English Classifier: Operating System :: MacOS :: MacOS X Classifier: Operating System :: Microsoft :: Windows Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: JavaScript Classifier: Topic :: Software Development :: Debuggers Classifier: Topic :: Software Development :: Libraries :: Python Modules Requires-Python: >=3.7 Description-Content-Type: text/markdown License-File: COPYING Requires-Dist: typing-extensions ; python_version < "3.11" # frida-python Python bindings for [Frida](https://frida.re). # 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 ```