https://github.com/kardbord/spicy-protobuf
This repository contains a Spicy-based analyzer for Google Protocol Buffers.
https://github.com/kardbord/spicy-protobuf
Last synced: 3 months ago
JSON representation
This repository contains a Spicy-based analyzer for Google Protocol Buffers.
- Host: GitHub
- URL: https://github.com/kardbord/spicy-protobuf
- Owner: Kardbord
- License: mit
- Created: 2024-05-09T03:37:42.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-10-01T00:00:38.000Z (9 months ago)
- Last Synced: 2025-01-24T22:12:21.321Z (5 months ago)
- Language: C++
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# spicy-protobuf
[](https://github.com/Kardbord/spicy-protobuf/actions/workflows/unit-tests.yml)
This repository contains a Spicy-based analyzer for Google Protocol Buffers.
## References
* [Spicy](https://github.com/zeek/spicy)
* [Docs](https://docs.zeek.org/projects/spicy/en/latest/programming/index.html)
* [Zeek](https://github.com/zeek/zeek)
* [Docs](https://docs.zeek.org/en/master/)
* [Home Page](https://zeek.org/)
* [Protobuf Encoding](https://protobuf.dev/programming-guides/encoding/)
* [Protoscope](https://github.com/protocolbuffers/protoscope)
* [Cheat Sheet](https://protobuf.dev/programming-guides/encoding/#cheat-sheet)
* [Wireshark Decoding](https://wiki.wireshark.org/Protobuf)