Metadata-Version: 2.1
Name: pypatches
Version: 0.1.11
Summary: Binary patching framework
License: MIT
Author: novafacing
Author-email: rowanbhart@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: angr (>=9.0.0,<10.0.0)
Requires-Dist: archinfo (>=9.0.0,<10.0.0)
Requires-Dist: cle (>=9.0.0,<10.0.0)
Requires-Dist: coloredlogs (>=15.0.1,<16.0.0)
Requires-Dist: keystone-engine (>=0.9.2,<0.10.0)
Requires-Dist: lief (>=0.12.1,<0.13.0)
Requires-Dist: pysquishy (==0.1.19)
Requires-Dist: rich (>=12.4.4,<13.0.0)
Description-Content-Type: text/markdown

# PyPatches

[![Documentation Status](https://readthedocs.org/projects/binary-patches/badge/?version=main)](https://binary-patches.readthedocs.io/en/main/?badge=main)

## Documentation

Documentation can be found [here](https://binary-patches.readthedocs.io/en/latest/).

## Installation

Up-to-date installation instructions can be found [here](docs/install.md).


