Binary Data Analyzer


License
MIT
Install
pip install binalyzer-core==1.0.5

Documentation

Binalyzer

Build Status Documentation Status Gitpod Ready-to-Code

Binalyzer's goal is to ease binary data handling. It uses templates to describe binary data making it possible to access and modify individual data regions. There's no need to write binary data parsers or manually seek through binary streams anymore.

Binalyzer supports the following use cases:

  • Binary data handling for analysis or modification
  • Binary data generation
  • Binary data transformation

Installation

Binalyzer is published on PyPI and can be installed from there:

~$ pip3 install --upgrade binalyzer

If you wish to install Binalyzer for development purposes, refer to the developer's guide.

Documentation

Documentation is available from binalyzer.readthedocs.io.

Get in touch

License

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