Skip to content

mxrcooo/protobuf-decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf Decoder

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.

Note: This project is currently not compatible with Node 18. Please use Node 17 to run and compile this project. See pawitp#47 for more information.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • HTML 4.1%
  • CSS 0.2%