项目作者: schdub

项目描述 :
Protobuf decompiler
高级语言: C++
项目地址: git://github.com/schdub/protodec.git
创建时间: 2016-01-03T10:37:00Z
项目社区:https://github.com/schdub/protodec

开源协议:

下载


PROTObuf2 DECompiler

Decompiles protobuf (version 2) messages.

https://habr.com/ru/post/321790/

USAGE

  1. protodec [OPTIONS] path_to_file

OPTIONS

  1. --grab - find and grab FileDescriptor data with meta information about
  2. .proto files from executable module .EXE or .DLL (.elf or .so).
  3. --schema - predict and print the schema of given raw message.
  4. --print - print text representation of single message.
  5. --help - this output.

Building

Regular binary:

  1. qmake && make

Unit tests:

  1. qmake "CONFIG += unittest" && make