Protobuf解析
假如已有Protobuf的二进制数据(Python的bytes),那么可以去用多种Python的库去解码=解析:
- 前提:已得到:Protobuf的(gzip压缩后的)二进制数据
- 解码方式
- 无proto定义
- 在线网站
- Protobuf Decoder
- Protobuf Code Generator and Parser | protobufnet | Marc Gravell
- Protobuf Decode - CyberChef
- 代码
- Python
protoc- Mac
brew install protobuf
- Mac
protobuf-inspector- https://github.com/mildsunrise/protobuf-inspector
pip install protobuf-inspector
- https://github.com/mildsunrise/protobuf-inspector
protobuf-decoderblackboxprotobuf
- Python
- 在线网站
- 有proto定义
google.protobuf
- 无proto定义