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
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 is available from binalyzer.readthedocs.io.
- Report bugs, suggest features or view the source code on GitHub.
- For contributions refer to the contributor's guide.
Licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT).