ProtobufDecoder
ProtobufDecoder copied to clipboard
Feature Request: Export Protobuf message as C vector
I noticed that I can open a protobuf message, select all the bytes on the left pane, copy selection as C and then paste the clipboard in an editor and I easily have a C vector. But I'd like to do the same for a lot of protobuf messages and doing it by hand it's too long and prone to errors. I also noticed that the program can open a file directly by passing in a command line argument, it would be great if it could also export automatically the C vector. Is it even possible? TIA