8000 GitHub - andrey-starodubtsev/protodec: Protobuf decompiler
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andrey-starodubtsev/protodec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROTObuf2 DECompiler

Decompiles protobuf (version 2) messages.

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

USAGE

protodec [OPTIONS] path_to_file

OPTIONS

--grab   - find and grab FileDescriptor data with meta information about
          .proto files from executable module .EXE or .DLL (.elf or .so).
--schema - preddict and print of the schema of given raw message.
--print  - print text reprisentation of single message.
--help   - this output.

Building

Regular binary:

qmake && make

Unittests:

qmake "CONFIG += unittest" && make

About

Protobuf decompiler

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.0%
  • C 1.7%
  • Other 1.3%
0