Skip to content

A utility to dump all Protobuf file descriptors from a given binary as *.proto files

Notifications You must be signed in to change notification settings

BigFaceCat2017/protodump

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

protodump

Protodump is a utility to dump all Protobuf file descriptors from a given binary as *.proto files:

Demo

Usage

git clone https://github.com/arkadiyt/protodump
cd protodump
go build -o protodump cmd/main.go
./protodump -file <file to extract from> -output <output directory>

This was thrown together in a day and still has bugs :)

Getting in touch

Feel free to contact me on twitter: https://twitter.com/arkadiyt

About

A utility to dump all Protobuf file descriptors from a given binary as *.proto files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%