Metadata-Version: 2.1
Name: binalyzer-vmf
Version: 1.0.0
Summary: Binary Data Analyzer
Home-page: https://www.denisvasilik.com/binalyzer-vmf
Author: Denis Vasilìk
Author-email: contact@denisvasilik.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/denisvasilik/binalyzer-vmf/issues/
Project-URL: Documentation, https://binalyzer.readthedocs.io/en/latest/
Project-URL: Source Code, https://github.com/denisvasilik/binalyzer-vmf/
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: binalyzer
Requires-Dist: click (>=5.1)

# Binalyzer VMF Extension

This repository provides the VMF extension for [Binalyzer]. It implements
converters from binary data to the VMF format that is used by [Micron]'s flash
simulation model.

[Micron]: https://www.micron.com/products/nor-flash/serial-nor-flash/part-catalog/n25q256a11e1241e

## Installation

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

```sh
~$ pip3 install binalyzer-vmf
```

## 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-vmf
[the contributor's guide]: CONTRIBUTING.md

# License

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

[LICENSE-MIT]: LICENSE.rst

