konsumer / protobuf-decoder

JavaScript-based web UI to decode ad-hoc Protobuf data

Home Page:https://konsumer.js.org/protobuf-decoder/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protobuf Decoder

Important

This is a fork I worked on, but I am in the process of merging several other raw-protobuf tools I made, and will create my own that incorporates those ideas. See rawproto

CircleCI codecov Software License

Protobuf Decoder is a web application based on React to decode and visualize Protobuf data (hex) into prettified table layout.

For live version, please visit: https://protobuf-decoder.netlify.com/

Getting Started

To start application locally, use Yarn to get the dependencies and start the application.

$ yarn install
$ yarn start

Once the application started, open http://localhost:3000 on web browser.

Usage

Paste Protobuf data in hex format, then press Decode button.

Example Data

Input

0a 2f 0a 08 4a 6f 68 6e 20 44 6f 65 10 01 1a 10 6a 6f 68 6e 40 65 78 61 6d 70 6c 65 2e 63 6f 6d 22 0f 0a 0b 31 31 31 2d 32 32 32 2d 33 33 33 10 01 0a 1e 0a 08 4a 61 6e 65 20 44 6f 65 10 02 1a 10 6a 61 6e 65 40 65 78 61 6d 70 6c 65 2e 63 6f 6d

Output

screenshot

About

JavaScript-based web UI to decode ad-hoc Protobuf data

https://konsumer.js.org/protobuf-decoder/

License:MIT License


Languages

Language:JavaScript 97.7%Language:HTML 2.0%Language:CSS 0.3%