SkillAgentSearch skills...

Protodec

Protobuf decompiler

Install / Use

/learn @schdub/Protodec
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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 - predict and print the schema of given raw message.
--print  - print text representation of single message.
--help   - this output.

Building

Regular binary:

qmake && make

Unit tests:

qmake "CONFIG += unittest" && make

Related Skills

View on GitHub
GitHub Stars73
CategoryDevelopment
Updated1y ago
Forks14

Languages

C++

Security Score

65/100

Audited on Jan 2, 2025

No findings