Metadata-Version: 2.1
Name: binalyzer_patch
Version: 0.0.1
Summary: Binary Data Analyzer
Home-page: https://binalyzer.denisvasilik.com
Author: Denis Vasilìk
Author-email: contact@denisvasilik.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/denisvasilik/binalyzer-patch/issues/
Project-URL: Documentation, https://binalyzer.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/denisvasilik/binalyzer-patch/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
License-File: LICENSE.rst
License-File: AUTHORS

# Binalyzer Patch Extension

This repository provides the patch extension for [Binalyzer]. It implements
a mechanism for patching binary files.

## Installation

The Binalyzer patch extension is published on [PyPI](https://pypi.org/) and can 
be installed from there:

    ~$ pip3 install binalyzer-patch

## Get in touch

- Report bugs, suggest features or view the source code [on GitHub].
- For contributions refer to [the contributor's guide].

[on GitHub]: https://github.com/denisvasilik/binalyzer-patch
[the contributor's guide]: CONTRIBUTING.md

# License

Licensed under the MIT license ([LICENSE-MIT] or http://opensource.org/licenses/MIT).

[LICENSE-MIT]: LICENSE.rst

