Skip to content

ohmantics/proto-dump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proto-dump

proto-dump is a tool for recovering Protobuf descriptors (.proto files) from compiled programs. It can be thought of as class-dump for Protobuf.

Usage

proto-dump 0.1
Usage: proto-dump [-hv] [-o <output>] <input>
  -h, --help                Show usage information and exit
  -v, --version             Show version information
  -o, --output=<output>     Write the .proto files to <output>
  <input>                   Extract Protobuf descriptors from <input>

About

Recover Protobuf descriptors from executables

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.9%
  • Objective-C 3.1%
  • C 2.8%
  • Shell 0.2%