valaphee / protod

Protobuf Decompiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protod

license version

Protobuf Decompiler

Usage

protod is a command-line tool, and does not have a GUI.

Usage: protod options_list
Arguments: 
    input -> Input file { String }
    output -> Output path { String }
Options: 
    --exclude [google/protobuf/compiler/plugin.proto, google/protobuf/any.proto, google/protobuf/api.proto, google/protobuf/descriptor.proto, google/protobuf/duration.proto, google/protobuf/empty.proto, google/protobuf/field_mask.proto, google/protobuf/source_context.proto, google/protobuf/struct.proto, google/protobuf/timestamp.proto, google/protobuf/type.proto, google/protobuf/wrappers.proto] -> Exclude files { String }
    --help, -h -> Usage info 

About

Protobuf Decompiler

License:Apache License 2.0


Languages

Language:Kotlin 100.0%