0 purchases
binalyzer 1.0.6
Binalyzer
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
Report bugs, suggest features or view the source code on GitHub.
For contributions refer to the contributor's guide.
License
Licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.