Metadata-Version: 2.1
Name: pyinjector
Version: 0.1.3
Summary: A tool/library allowing dynamic library injection into running processes
Home-page: https://github.com/kmaork/pyinjector
Author: Maor Kleinberger
Author-email: kmaork@gmail.com
License: UNKNOWN
Description: # Pyinjector
        
        [![PyPI version](https://badge.fury.io/py/pyinjector.svg)](https://badge.fury.io/py/pyinjector)
        [![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/pyinjector.svg)](https://pypi.python.org/pypi/pyinjector/)
        [![GitHub license](https://img.shields.io/github/license/kmaork/pyinjector)](https://github.com/kmaork/pyinjector/blob/master/LICENSE.txt)
        [![Tests (GitHub Actions)](https://github.com/kmaork/pyinjector/workflows/Tests/badge.svg)](https://github.com/kmaork/pyinjector)
        
        A tool/library allowing dynamic library injection into running processes.
        Has no external python dependencies.
        Implemented as a python wrapper for [kubo/injector](https://github.com/kubo/injector).
        
Keywords: injection dll so library
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown; charset=UTF-8
