0.1.1
This release marks the first "official" release of ProtobufDecoder.
Right now the application is in a workable state and can be used to decode and analyze Protobuf payloads!
Currently these features are supported:
- Open a binary Protobuf payload file
- Show hex dump of the binary file
- Decode first level tags
- Decode length-delimited tags
- Generate a Protobuf message description (
.proto
file) - Save generated Protobuf message to a
.proto
file - Keyboard shortcuts
- Dutch localization
Have a look at the TODO section in the README for future features and work-in-progress status.
Feedback is more than welcome, if you have a feature request or bug please raise an issue 👍
Happy decoding!