Reads and dump in human-readable format binary serialized data.
Currently following formats are supported:
- BSON
- MessagePack
- HEX
- Base64
| Stable | Pre-release | |
|---|---|---|
| Build | ||
| NuGet | ||
| Code coverage |
Run dotnet tool install --global dotnet-readbin to install.
Run dotnet tool update --global dotnet-readbin to update to latest stable version. Also --version option can be used to install preview version.
Run dotnet readbin --help to get help on commands available and common options.
Run dotnet readbin command --help to get help on specific command.
Multi-step conversion:
- Convert from Base64 to binary
- Dump binary MsgPack data in human-readable form.
echo gqJJZAGlVmFsdWWoVmFsdWU6IDE= | dotnet-readbin base64 | dotnet-readbin msgpack
Output:
{"Id":1,"Value":"Value: 1"}
Applicaton targets .NET Core 3.1
Libraries used: