Metadata-Version: 1.1
Name: frida
Version: 10.6.7
Summary: Inject JavaScript to explore native apps on Windows, macOS, Linux, iOS, Android, and QNX
Home-page: http://www.frida.re
Author: Frida Developers
Author-email: oleavr@nowsecure.com
License: wxWindows Library Licence, Version 3.1
Description: # frida-python
        
        Python bindings for [Frida](http://www.frida.re).
        
        # 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
        ```
        
Keywords: frida debugger inject javascript windows macos linux ios iphone ipad android
Platform: UNKNOWN
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 :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Software Development :: Debuggers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
