You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,11 @@ A changelog can be found [here](Changelog.md)
27
27
28
28
Download the latest installer from the [Releases page](https://github.com/sandermvanvliet/ProtobufDecoder/releases).
29
29
30
-
31
30
When the application starts, open a file that contains a Protobuf payload either via File -> Open or using the keyboard shortcut <kbd>Ctrl</kbd> + <kbd>O</kbd>.
32
31
33
-
Please note that at this time the ProtobufDecoder only supports the a file that contains _only_ a single raw Protobuf message. Any leading or trailing delimiters must be stripped before loading the file.
32
+
Please note that at this time the ProtobufDecoder only supports the a file that contains _only_ a single raw Protobuf message. If the file contains a length prefix it will be automatically stripped (since version 0.4.0).
33
+
34
+
For the keyboard warriors: shortcut keys are available throughout the app and they are hinted in the menu items.
0 commit comments