A universal binary structure editor built on supyr_struct.
Project description
Binilla
Binilla is a universal, GUI based, binary structure editor for supyr_struct. Binilla is capable of generating editing interfaces for any binary structures defined with the supyr_struct library. Meta data can be embedded into the supyr_struct descriptors to customize the way Binilla displays the structures. This includes specifying custom widgets, field value ranges, visibility of fields, whether a field can be edited, comments, tooltips, field units, and more.
Below are a few versions of Binilla displaying various structures. Even the configuration window is generated from a supyr_struct structure definition.
Installing
You'll need Python 3.5 or higher.
In your terminal execute:
python3 -m pip install binilla
or, you can clone/download this repo and run the setup.py:
git clone git@github.com:Sigmmma/binilla.git
cd supyr_struct
python3 -m pip install .
Who do I talk to?
If you're having any issues with the library you can report them on our GitHub Issues page.
If the issue requires some more direct attention we'll drop a contact link.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.