arkadiyt / protodump

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protodump

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

Demo

Usage

go install github.com/arkadiyt/protodump/cmd/protodump@latest
./protodump -file <file to extract from> -output <output directory>

Getting in touch

Feel free to contact me on Signal: @arkadiyt.01

About

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


Languages

Language:Go 99.3%Language:Makefile 0.7%